Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5.

More space for synctree.
This commit is contained in:
Philip Homburg
2005-06-23 11:07:31 +00:00
parent 82c0b45aeb
commit 0979014807
33 changed files with 63 additions and 89 deletions

View File

@@ -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 *