1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

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.
This commit is contained in:
Roland McGrath
1996-05-15 21:43:59 +00:00
parent f8adc70c3f
commit 0adc881c60
2 changed files with 6 additions and 1 deletions

View File

@ -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)