summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygthread.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-05-15 16:09:04 +0000
committerChristopher Faylor <me@cgf.cx>2004-05-15 16:09:04 +0000
commit71af2ed39e0c727eb8b9df6bdc1d9dbed762ad5d (patch)
tree69921ab4064acfef57405505ae50ca752b64abbc /winsup/cygwin/cygthread.h
parent982c8ecdb4c8bd31c7a145117c74199e56a2dfdc (diff)
downloadcygnal-71af2ed39e0c727eb8b9df6bdc1d9dbed762ad5d.tar.gz
cygnal-71af2ed39e0c727eb8b9df6bdc1d9dbed762ad5d.tar.bz2
cygnal-71af2ed39e0c727eb8b9df6bdc1d9dbed762ad5d.zip
* cygheap.h: Remove some parameter names from declarations throughout.
(cygheap::set): Reflect changes in declaration for arguments and return value from previous checkin.
Diffstat (limited to 'winsup/cygwin/cygthread.h')
-rw-r--r--winsup/cygwin/cygthread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/cygthread.h b/winsup/cygwin/cygthread.h
index 9d10bb266..cc8dbc98c 100644
--- a/winsup/cygwin/cygthread.h
+++ b/winsup/cygwin/cygthread.h
@@ -41,6 +41,7 @@ class cygthread
(void) CloseHandle (h);
h = NULL;
}
+ DWORD tid () const {return id;}
};
#define cygself NULL