summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-10-04 05:28:33 +0000
committerRoland McGrath <roland@gnu.org>1999-10-04 05:28:33 +0000
commit54e9386dfd4528492fe56512d81a02fc65e69fb6 (patch)
tree15c34fbefd1b7b918205f015337b10cd89173e62 /misc
parentb73549de65de7a374622029bbaa63bcc63c5d48b (diff)
* misc/Makefile (routines): Add getloadavg.
* sysdeps/generic/getloadavg.c: New file. * sysdeps/mach/getloadavg.c: New file. * sysdeps/unix/sysv/linux/getloadavg.c: New file.
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile
index a1aeaa6c32..e469440e26 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc.
+# Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -56,7 +56,8 @@ routines := brk sbrk sstk ioctl \
efgcvt efgcvt_r qefgcvt qefgcvt_r \
hsearch hsearch_r tsearch lsearch \
err error ustat \
- getsysstats dirname regexp
+ getsysstats dirname regexp \
+ getloadavg
include ../Makeconfig