diff options
author | Christopher Faylor <me@cgf.cx> | 2003-09-17 01:43:27 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-09-17 01:43:27 +0000 |
commit | 9ee691211b3e29d9a3b69ece65b709cae6855659 (patch) | |
tree | 7dde84b1165b5729f630b5f370776cba608f26b4 | |
parent | deb648cc8b95ec4b7a5b604d958abd338347811f (diff) | |
download | cygnal-9ee691211b3e29d9a3b69ece65b709cae6855659.tar.gz cygnal-9ee691211b3e29d9a3b69ece65b709cae6855659.tar.bz2 cygnal-9ee691211b3e29d9a3b69ece65b709cae6855659.zip |
fix stupid typo
-rw-r--r-- | winsup/cygwin/include/sys/cygwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/sys/cygwin.h b/winsup/cygwin/include/sys/cygwin.h index d1083264b..36c3f53b1 100644 --- a/winsup/cygwin/include/sys/cygwin.h +++ b/winsup/cygwin/include/sys/cygwin.h @@ -49,7 +49,7 @@ struct __cygwin_perfile /* External interface stuff */ -typedef +typedef enum { CW_LOCK_PINFO, CW_UNLOCK_PINFO, |