]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(MQ_PRIO_MAX): Define.
authorUlrich Drepper <drepper@redhat.com>
Tue, 13 Apr 2004 02:00:09 +0000 (02:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 13 Apr 2004 02:00:09 +0000 (02:00 +0000)
sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h

index bb3c4c061dc969b3ff1276f25c87a5ef7b4cca0b..e0718780cc4b84e537fb15aec59978d396f13cc3 100644 (file)
@@ -84,3 +84,6 @@
 
 /* Maximum host name length.  */
 #define HOST_NAME_MAX          64
+
+/* Maximum message queue priority level.  */
+#define MQ_PRIO_MAX            32768