diff options
Diffstat (limited to 'newlib/libc')
-rw-r--r-- | newlib/libc/include/sys/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/types.h b/newlib/libc/include/sys/types.h index 2a12e4e34..205317faf 100644 --- a/newlib/libc/include/sys/types.h +++ b/newlib/libc/include/sys/types.h @@ -125,8 +125,10 @@ typedef int32_t register_t; /* device numbers are 32-bit major and and 32-bit minor */ typedef unsigned long long dev_t; #else +#ifndef __CYGWIN__ typedef short dev_t; #endif +#endif #ifndef __CYGWIN__ /* which defines these types in it's own types.h. */ typedef long off_t; |