From: Roland McGrath Date: Wed, 15 May 1996 21:43:59 +0000 (+0000) Subject: Tue May 14 03:36:21 1996 Ulrich Drepper X-Git-Tag: upstream/2.30~29486 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0adc881c60ffe16efc315b0982efcdb6b51fba60;p=external%2Fglibc.git Tue May 14 03:36:21 1996 Ulrich Drepper * sysdeps/unix/sysv/linux/Makefile [$subdir == misc] (headers): Add sys/acct.h and sys/sysctl.h. --- diff --git a/ChangeLog b/ChangeLog index 03e3acc..8ac5c69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue May 14 03:36:21 1996 Ulrich Drepper + + * 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 * sysdeps/generic/strrchr.c: Deansideclized. diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index c3bdd1b..d25e052 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)