Module Name:    src
Committed By:   christos
Date:           Fri Feb 26 17:10:41 UTC 2016

Modified Files:
        src/sys/sys: unistd.h

Log Message:
_SC_TIMERS_MAX


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/sys/unistd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/unistd.h
diff -u src/sys/sys/unistd.h:1.55 src/sys/sys/unistd.h:1.56
--- src/sys/sys/unistd.h:1.55	Thu Dec 19 14:11:50 2013
+++ src/sys/sys/unistd.h	Fri Feb 26 12:10:41 2016
@@ -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
 

Reply via email to