(mode_t) [_WIN32]: Switch to unsigned short to match the declaration

in the MinGW for mode_t.
This commit is contained in:
Ron Koenderink 2007-08-22 02:17:07 +00:00
parent 6d8ff43cd4
commit 82f8738b16

View file

@ -52,7 +52,7 @@
#define srandom srand
/* sys/types.h */
typedef int mode_t;
typedef unsigned short mode_t;
typedef long off_t;
typedef int pid_t;
typedef long ssize_t;