diff options
author | Christopher Faylor <me@cgf.cx> | 2001-05-09 14:45:47 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-05-09 14:45:47 +0000 |
commit | 00b59ce9c9eab2d1e6d4ff89807b5afd70d13a6f (patch) | |
tree | 3533af2cde838c5a20208ba8cfbaa33664b9b5c7 /winsup/cygwin/include/pthread.h | |
parent | 792011508a5faae82e03a8b49ca1718b5b29be06 (diff) | |
download | newlib-00b59ce9c9eab2d1e6d4ff89807b5afd70d13a6f.zip newlib-00b59ce9c9eab2d1e6d4ff89807b5afd70d13a6f.tar.gz newlib-00b59ce9c9eab2d1e6d4ff89807b5afd70d13a6f.tar.bz2 |
* include/pthread.h: Remove C++ comment.
Diffstat (limited to 'winsup/cygwin/include/pthread.h')
-rw-r--r-- | winsup/cygwin/include/pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/pthread.h b/winsup/cygwin/include/pthread.h index 4b03bbb..1261ddc 100644 --- a/winsup/cygwin/include/pthread.h +++ b/winsup/cygwin/include/pthread.h @@ -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 :] |