aboutsummaryrefslogtreecommitdiff
path: root/sys/posix4/mqueue.h
diff options
context:
space:
mode:
authorPeter Dufault <dufault@FreeBSD.org>1998-03-28 11:51:01 +0000
committerPeter Dufault <dufault@FreeBSD.org>1998-03-28 11:51:01 +0000
commit8a6472b7239ccfab9d1ce96671a9837813698499 (patch)
tree6782e79d2d7ebfdd101778e6c8dbb33325c8ebcc /sys/posix4/mqueue.h
parent08637435f22f9a440b841624d8f1d32d36a900d3 (diff)
downloadsrc-8a6472b7239ccfab9d1ce96671a9837813698499.tar.gz
src-8a6472b7239ccfab9d1ce96671a9837813698499.zip
Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and
_KPOSIX_PRIORITY_SCHEDULING options to work. Changes: Change all "posix4" to "p1003_1b". Misnamed files are left as "posix4" until I'm told if I can simply delete them and add new ones; Add _POSIX_PRIORITY_SCHEDULING system calls for FreeBSD and Linux; Add man pages for _POSIX_PRIORITY_SCHEDULING system calls; Add options to LINT; Minor fixes to P1003_1B code during testing.
Notes
Notes: svn path=/head/; revision=34925
Diffstat (limited to 'sys/posix4/mqueue.h')
-rw-r--r--sys/posix4/mqueue.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/posix4/mqueue.h b/sys/posix4/mqueue.h
index 6fcf4409ed33..c59a4aa84f06 100644
--- a/sys/posix4/mqueue.h
+++ b/sys/posix4/mqueue.h
@@ -1,7 +1,7 @@
#ifndef _MQUEUE_H_
#define _MQUEUE_H_
-/* mqueue.h: POSIX.4 Message Queues */
+/* mqueue.h: POSIX 1003.1b Message Queues */
/*-
* Copyright (c) 1996, 1997
@@ -36,7 +36,9 @@
*
*/
-#ifdef _POSIX4_INCLUDE_MAYBES
+#include <sys/_posix.h>
+
+#ifdef _P1003_1B_INCLUDE_MAYBES
#include <sys/types.h>
#include <fcntl.h>
#include <time.h>