]> sourceware.org Git - newlib-cygwin.git/commitdiff
* sysconf.cc (sca): Set _SC_SPIN_LOCKS to _POSIX_SPIN_LOCKS.
authorYaakov Selkowitz <yselkowi@redhat.com>
Mon, 2 May 2011 16:11:06 +0000 (16:11 +0000)
committerYaakov Selkowitz <yselkowi@redhat.com>
Mon, 2 May 2011 16:11:06 +0000 (16:11 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/sysconf.cc

index 20a009c1a6c29eddef76bf698c4f35699adfeb22..eb72c417ba3455ffe41c9dca0691ec1044a81b0a 100644 (file)
@@ -1,3 +1,7 @@
+2011-05-02  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
+
+       * sysconf.cc (sca): Set _SC_SPIN_LOCKS to _POSIX_SPIN_LOCKS.
+
 2011-05-02  Christopher Faylor  <me.cygwin2011@cgf.cx>
 
        * dll_init.cc (dll_list::alloc): Reset 'p' in forked process.
index 4e14417aea0baac03cfa8ac127d0dbdcb6961f63..8d4febaa35f48a43c53dff0b0406db4e0f7d9335 100644 (file)
@@ -172,7 +172,7 @@ static struct
   {cons, {c:RE_DUP_MAX}},              /*  73, _SC_RE_DUP_MAX */
   {cons, {c:_POSIX_SHELL}},            /*  74, _SC_SHELL */
   {cons, {c:-1L}},                     /*  75, _SC_SPAWN */
-  {cons, {c:-1L}},                     /*  76, _SC_SPIN_LOCKS */
+  {cons, {c:_POSIX_SPIN_LOCKS}},       /*  76, _SC_SPIN_LOCKS */
   {cons, {c:-1L}},                     /*  77, _SC_SPORADIC_SERVER */
   {nsup, {c:0}},                       /*  78, _SC_SS_REPL_MAX */
   {cons, {c:SYMLOOP_MAX}},             /*  79, _SC_SYMLOOP_MAX */
This page took 0.036635 seconds and 5 git commands to generate.