_dev_t is an unsigned integer.
This commit is contained in:
parent
096bab67c0
commit
cf80c545a5
|
@ -15,7 +15,7 @@
|
|||
#endif
|
||||
|
||||
|
||||
typedef unsigned short _dev_t;
|
||||
typedef unsigned int _dev_t;
|
||||
typedef unsigned short _ino_t;
|
||||
typedef int _off_t;
|
||||
typedef long MSVCRT(time_t);
|
||||
|
|
Loading…
Reference in New Issue