summaryrefslogtreecommitdiff
path: root/include/limits.h
diff options
context:
space:
mode:
authorrmind <rmind@NetBSD.org>2007-09-07 18:56:02 +0000
committerrmind <rmind@NetBSD.org>2007-09-07 18:56:02 +0000
commit2cecf9bbe94300e6e59669dc9939da25fbacb6d8 (patch)
tree00df281870a16aa20e3607a9ed69b554a1e0c042 /include/limits.h
parent0d2b4f91b795304e06dc273abdf99e619bb8c765 (diff)
Implementation of POSIX message queues.
Reviewed by: <ad>, <tech-kern>
Diffstat (limited to 'include/limits.h')
-rw-r--r--include/limits.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/limits.h b/include/limits.h
index 47d3fa7ea49..fc154d10551 100644
--- a/include/limits.h
+++ b/include/limits.h
@@ -1,4 +1,4 @@
-/* $NetBSD: limits.h,v 1.24 2007/05/01 01:01:25 rmind Exp $ */
+/* $NetBSD: limits.h,v 1.25 2007/09/07 18:56:04 rmind Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -46,6 +46,8 @@
#define _POSIX_LOGIN_NAME_MAX 9
#define _POSIX_MAX_CANON 255
#define _POSIX_MAX_INPUT 255
+#define _POSIX_MQ_OPEN_MAX 8
+#define _POSIX_MQ_PRIO_MAX 32
#define _POSIX_NAME_MAX 14
#define _POSIX_NGROUPS_MAX 8
#define _POSIX_OPEN_MAX 20