Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys _SC_TIMERS_MAX



details:   https://anonhg.NetBSD.org/src/rev/1e489956260d
branches:  trunk
changeset: 343776:1e489956260d
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 26 17:10:41 2016 +0000

description:
_SC_TIMERS_MAX

diffstat:

 sys/sys/unistd.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 739e06f8b280 -r 1e489956260d sys/sys/unistd.h
--- a/sys/sys/unistd.h  Fri Feb 26 17:10:23 2016 +0000
+++ b/sys/sys/unistd.h  Fri Feb 26 17:10:41 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: unistd.h,v 1.55 2013/12/19 19:11:50 rmind Exp $        */
+/*     $NetBSD: unistd.h,v 1.56 2016/02/26 17:10:41 christos Exp $     */
 
 /*
  * Copyright (c) 1989, 1993
@@ -307,6 +307,9 @@
 #define        _SC_SPAWN                       86
 #define        _SC_SHARED_MEMORY_OBJECTS       87
 
+#define        _SC_TIMER_MAX                   88
+
+
 /* Extensions found in Solaris and Linux. */
 #define        _SC_PHYS_PAGES          121
 



Home | Main Index | Thread Index | Old Index