This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: key64_t? ino64_t?


On Sat, May 10, 2003 at 11:50:35PM -0400, Charles Wilson wrote:
> Actaully, I don't think anything in winsup (other than cygserver itself)
> uses key_t -- and cygserver was designed to use 64bit key_t from the
> beginning.  So as long as the redefinition of key_t in newlib is guarded
> by #if __CYGWIN__ (so that ./newlib/libc/sys/linux/ stuff that DOES use
> key_t is protected from this change), I think you're home free.

I've just moved the definition of key_t (w/o changing anything else)
from newlib's sys/types.h to our own cygwin/types.h so newlib is out
of our way.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]