aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/thread.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-09-16 16:09:54 +0000
committerChristopher Faylor <me@cgf.cx>2002-09-16 16:09:54 +0000
commitd04cf16c52c845c683c901b2aa201445f6d9e1c4 (patch)
tree118fcf16cd58eaafa092c39ea635dab63e88e54b /winsup/cygwin/thread.h
parent4e786173219dedb425672f495a36adbff68273f7 (diff)
downloadnewlib-d04cf16c52c845c683c901b2aa201445f6d9e1c4.zip
newlib-d04cf16c52c845c683c901b2aa201445f6d9e1c4.tar.gz
newlib-d04cf16c52c845c683c901b2aa201445f6d9e1c4.tar.bz2
* init.cc: Cleanup slightly and remove obsolete code.
Diffstat (limited to 'winsup/cygwin/thread.h')
-rw-r--r--winsup/cygwin/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/thread.h b/winsup/cygwin/thread.h
index ce45850..8c69886 100644
--- a/winsup/cygwin/thread.h
+++ b/winsup/cygwin/thread.h
@@ -318,7 +318,7 @@ private:
class pthreadNull : public pthread
{
- public:
+ public:
static pthread *getNullpthread();
~pthreadNull();