Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5.
More space for synctree.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#define O_APPEND 0x040
|
||||
|
||||
int _open(const char *path, int flags);
|
||||
int _creat(const char *path, Mode_t mode);
|
||||
int _creat(const char *path, _mnx_Mode_t mode);
|
||||
int _close(int d);
|
||||
|
||||
FILE *
|
||||
|
||||
Reference in New Issue
Block a user