]> Savannah Git Hosting - gnulib.git/commitdiff
getloadavg: Remove support for ConvexOS.
authorBruno Haible <bruno@clisp.org>
Tue, 16 Oct 2018 19:09:51 +0000 (21:09 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 17 Oct 2018 23:46:16 +0000 (01:46 +0200)
* lib/getloadavg.c: Remove convex case.

ChangeLog
lib/getloadavg.c

index d295c63f194437da1ae811698f823dc636aae331..39164d927657303ee66186faea75b9964eb10e7c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-10-16  Bruno Haible  <bruno@clisp.org>
+
+       getloadavg: Remove support for ConvexOS.
+       * lib/getloadavg.c: Remove convex case.
+
 2018-10-16  Bruno Haible  <bruno@clisp.org>
 
        getloadavg: Remove support for Sony NEWS.
index ceff736812d5aafd6e992124517948b184c8762d..a1ab3423854b76313f9b0f73eccbcd415d56c57a 100644 (file)
@@ -55,7 +55,6 @@
 
    apollo
    BSD                          Real BSD, not just BSD-like.
-   convex
    DGUX
    eunice                       UNIX emulator under VMS.
    hpux
 #   define LOAD_AVE_TYPE long
 #  endif
 
-#  ifdef convex
-#   define LOAD_AVE_TYPE double
-#   ifndef LDAV_CVT
-#    define LDAV_CVT(n) (n)
-#   endif
-#  endif
-
 # endif /* No LOAD_AVE_TYPE.  */
 
 # ifdef OSF_ALPHA