* sysdeps/unix/sysv/linux/sys/user.h: New file.

* sysdeps/unix/sysv/linux/Dist: Add it.
	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add sys/user.h.
This commit is contained in:
Roland McGrath 1996-07-05 20:02:58 +00:00
parent dbe31b9a73
commit 39d690795a
4 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,9 @@
Fri Jul 5 12:22:51 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* sysdeps/unix/sysv/linux/sys/user.h: New file.
* sysdeps/unix/sysv/linux/Dist: Add it.
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add sys/user.h.
* nss/nss_files/files-parse.c (parse_list): Set EOL from LINE if it
points within DATA->linebuffer; otherwise use all of DATA->linebuffer
itself, no need to skip past a NUL.

View file

@ -12,4 +12,5 @@ sys/socketcall.h
sys/sysctl.h
sys/sysinfo.h
sys/timex.h
sys/user.h
termio.h

View file

@ -8,7 +8,7 @@ setfsgid setfsuid sysinfo uselib s_reboot
sysdep_headers += sys/mount.h sys/sysinfo.h sys/acct.h sys/sysctl.h \
sys/module.h sys/io.h sys/klog.h sys/kdaemon.h \
syscall-list.h
sys/user.h syscall-list.h
# Generate the list of SYS_* macros for the system calls (__NR_* macros).
$(objpfx)syscall-%.h $(objpfx)syscall-%.d: ../sysdeps/unix/sysv/linux/syscall.h

View file

@ -0,0 +1 @@
#include <linux/user.h>