mescc: Mes C Libray: Fix off_t.
* include/sys/types.h (off_t): Drop unsigned.
This commit is contained in:
parent
a56918eaa2
commit
d643f923a3
|
@ -87,7 +87,7 @@ typedef unsigned long uintptr_t;
|
|||
#ifndef __MES_OFF_T
|
||||
#define __MES_OFF_T
|
||||
#undef off_t
|
||||
typedef unsigned long off_t;
|
||||
typedef long off_t;
|
||||
#endif
|
||||
|
||||
#ifndef __MES_OFF64_T
|
||||
|
|
Loading…
Reference in a new issue