patch-2.1.2 linux/include/linux/posix_types.h

Next file: linux/include/linux/proc_fs.h
Previous file: linux/include/linux/msg.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.1/linux/include/linux/posix_types.h linux/include/linux/posix_types.h
@@ -45,6 +45,12 @@
 	unsigned long fds_bits [__FDSET_LONGS];
 } __kernel_fd_set;
 
+/* Type of a signal handler.  */
+typedef void (*__kernel_sighandler_t)(int);
+
+/* Type of a SYSV IPC key.  */
+typedef int __kernel_key_t;
+
 #include <asm/posix_types.h>
 
 #endif /* _LINUX_POSIX_TYPES_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov