Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-09-25 04:38:45 +0400
committerChristopher Faylor <me@cgf.cx>2003-09-25 04:38:45 +0400
commita4e167fa277343ca039501010fdebe26d246fc22 (patch)
tree1f18af8b9df21b5da2e671f886b50e2629ae0aa6 /winsup/cygwin
parent7ac6173643b13a5a3bc7daf3649eb20c48c9c908 (diff)
correct incorrect checkin
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/include/cygwin/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/types.h b/winsup/cygwin/include/cygwin/types.h
index 0afa28509..9d810f5f4 100644
--- a/winsup/cygwin/include/cygwin/types.h
+++ b/winsup/cygwin/include/cygwin/types.h
@@ -101,7 +101,7 @@ typedef __ino32_t ino_t;
#ifndef __key_t_defined
#define __key_t_defined
-typedef long key_t;
+typedef long long key_t;
#endif /* __key_t_defined */
#ifndef __BIT_TYPES_DEFINED