From: Christopher Faylor Date: Thu, 25 Sep 2003 00:38:45 +0000 (+0000) Subject: correct incorrect checkin X-Git-Tag: corinna-01~192 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=a4e167fa277343ca039501010fdebe26d246fc22;p=newlib-cygwin.git correct incorrect checkin --- 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