]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/pthread.h: Remove C++ comment.
authorChristopher Faylor <me@cgf.cx>
Wed, 9 May 2001 14:45:47 +0000 (14:45 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 9 May 2001 14:45:47 +0000 (14:45 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/pthread.h

index 47dec15160340a16e6515b982cbd82601d7d041f..b46bf9c40a0fd01f5a0ec46ec07deb82dde89821 100644 (file)
@@ -1,3 +1,7 @@
+Wed May  9 10:43:30 2001  Christopher Faylor <cgf@cygnus.com>
+
+       * include/pthread.h: Remove C++ comment.
+
 Tue May  8 11:09:59 2001  Christopher Faylor <cgf@cygnus.com>
 
        * cygheap.cc (_cfree): Add regparm attribute.
index 4b03bbb9099f78fa4d369a8d95fc318a13ed2afc..1261ddc5f12b15d416c36d3b761813fe90d2e580 100644 (file)
@@ -28,7 +28,7 @@ extern "C"
 
 /* FIXME: this should allocate a new cond variable, and return the value  that
  would normally be written to the passed parameter of pthread_cond_init(lvalue, NULL); */
-// #define PTHREAD_COND_INITIALIZER 0
+/* #define PTHREAD_COND_INITIALIZER 0 */
 
 #define PTHREAD_DESTRUCTOR_ITERATIONS 1
 /* Tls has 64 items for pre win2000 - and we don't want to use them all :]
This page took 0.033685 seconds and 5 git commands to generate.