This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] for pthread.h


Rob,

A small patch for pthread.h when compiling code with -ansi. Obviously -ansi
doesn't like these kinds of comment fields.

Alan.

--- /tmp/pthread.h	Wed May  9 08:36:07 2001
+++ /usr/include/pthread.h	Wed May  9 08:36:19 2001
@@ -28,7 +28,7 @@
 
 /* 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 :]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]