about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-15 21:43:59 +0000
committerRoland McGrath <roland@gnu.org>1996-05-15 21:43:59 +0000
commit0adc881c60ffe16efc315b0982efcdb6b51fba60 (patch)
tree0eb874991542dcd440f71d1b0c75da6882864321
parentf8adc70c3f27250d5768ff922c0ac39f0e77c058 (diff)
downloadglibc-0adc881c60ffe16efc315b0982efcdb6b51fba60.tar.gz
glibc-0adc881c60ffe16efc315b0982efcdb6b51fba60.tar.xz
glibc-0adc881c60ffe16efc315b0982efcdb6b51fba60.zip
Tue May 14 03:36:21 1996 Ulrich Drepper <drepper@cygnus.com>
	* sysdeps/unix/sysv/linux/Makefile [$subdir == misc] (headers):
	Add sys/acct.h and sys/sysctl.h.
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/unix/sysv/linux/Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 03e3acc092..8ac5c69956 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue May 14 03:36:21 1996  Ulrich Drepper  <drepper@cygnus.com>
+
+	* sysdeps/unix/sysv/linux/Makefile [$subdir == misc] (headers):
+	Add sys/acct.h and sys/sysctl.h.
+
 Tue May 14 19:42:04 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
 	* sysdeps/generic/strrchr.c: Deansideclized.
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index c3bdd1b4c9..d25e0525ca 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -17,7 +17,7 @@ endif
 ifeq ($(subdir), misc)
 sysdep_routines += mount umount xmknod s_ptrace s_sysctl sysctl llseek \
 setfsgid setfsuid sysinfo uselib
-headers += sys/mount.h sys/sysinfo.h
+headers += sys/mount.h sys/sysinfo.h sys/acct.h sys/sysctl.h
 endif
 
 ifeq ($(subdir), time)