]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/sys/user.h: New file.
authorRoland McGrath <roland@gnu.org>
Fri, 5 Jul 1996 20:02:58 +0000 (20:02 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 5 Jul 1996 20:02:58 +0000 (20:02 +0000)
* sysdeps/unix/sysv/linux/Dist: Add it.
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add sys/user.h.

ChangeLog
sysdeps/unix/sysv/linux/Dist
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/sys/user.h [new file with mode: 0644]

index 4bb681929c2c20d794a29fa2d281f433f3b53684..bb1341b80e028d4e6b5eee90c3faedc5b0e41f6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 9daf03a94766c9e33150938942285e8003c4674a..423d002f0b7ee61dbee011d924c783d049bf103b 100644 (file)
@@ -12,4 +12,5 @@ sys/socketcall.h
 sys/sysctl.h
 sys/sysinfo.h
 sys/timex.h
+sys/user.h
 termio.h
index db81c2cc8e30a6bec4cc53323f0454605974aab2..6eaf33852fcbf606ba66aebec23da94e00a98e2a 100644 (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
diff --git a/sysdeps/unix/sysv/linux/sys/user.h b/sysdeps/unix/sysv/linux/sys/user.h
new file mode 100644 (file)
index 0000000..30e9b57
--- /dev/null
@@ -0,0 +1 @@
+#include <linux/user.h>