??typedef unsigned long long dev_t

Corinna Vinschen cygwin@cygwin.com
Thu Feb 8 07:11:00 GMT 2001


On Thu, Feb 08, 2001 at 03:39:09PM +0100, Daniel Probst wrote:
> In current cygwin file /usr/include/sys/types.h, line 124 shows:
> 
> typedef unsigned long long dev_t;
> 
> Is that one long too many?

Nope. Read the header again:

#if defined(__rtems__)
/* device numbers are 32-bit major and and 32-bit minor */
typedef unsigned long long dev_t;
#else
typedef short   dev_t;
#endif

Cygwin != RTEMS,

Corinna

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

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list