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

Mark Kettenis kettenis@phys.uva.nl
Mon Nov 2 14:37:00 GMT 1998


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.  */
 



More information about the Libc-hacker mailing list