This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Small patch to sysdeps/generic/bits/types.h


The following patch is needed on the Hurd, since we now use the former
Linux bits/shm.h for both Linux and the Hurd.

Mark


1998-11-02  Mark Kettenis  <kettenis@phys.uva.nl>

	(__ipc_pid_t): New typedef.


Index: sysdeps/generic/bits/types.h
--- 0.24/sysdeps/generic/bits/types.h Mon, 02 Nov 1998 23:29:25 +0100 kettenis (libc/b/10_types.h 1.1.1.3 644)
+++ Local.17(w)/sysdeps/generic/bits/types.h Mon, 02 Nov 1998 21:36:18 +0100 kettenis (libc/b/10_types.h 1.2 644)
@@ -109,6 +109,9 @@
 #endif
   } __fd_set;
 
+/* XXX Used in `struct shmid_ds'.  */
+typedef unsigned short int __ipc_pid_t;
+
 
 /* Types from the Large File Support interface.  */
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]