Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include We only have 28 timers available.
details: https://anonhg.NetBSD.org/src/rev/739e06f8b280
branches: trunk
changeset: 343775:739e06f8b280
user: christos <christos%NetBSD.org@localhost>
date: Fri Feb 26 17:10:23 2016 +0000
description:
We only have 28 timers available.
diffstat:
include/limits.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 85e35fec99a4 -r 739e06f8b280 include/limits.h
--- a/include/limits.h Fri Feb 26 17:08:58 2016 +0000
+++ b/include/limits.h Fri Feb 26 17:10:23 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: limits.h,v 1.34 2015/05/29 07:37:31 manu Exp $ */
+/* $NetBSD: limits.h,v 1.35 2016/02/26 17:10:23 christos Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -92,7 +92,7 @@
/* Not yet: PTHREAD_STACK_MIN */
#define PTHREAD_THREADS_MAX _POSIX_THREAD_THREADS_MAX
-#define _POSIX_TIMER_MAX 32
+#define _POSIX_TIMER_MAX 28
#define _POSIX_TTY_NAME_MAX 9
#define _POSIX_TZNAME_MAX 6
Home |
Main Index |
Thread Index |
Old Index