Changeset 7ab6fc2 in mainline for uspace/lib/compat
- Timestamp:
- 2011-04-09T19:15:26Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 40ef3ed
- Parents:
- 2e08dce7
- Location:
- uspace/lib/compat
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/compat/ctype.h
r2e08dce7 r7ab6fc2 30 30 #define COMPAT_CTYPE_H 31 31 32 #include <ctype.h>32 #include "../c/include/ctype.h" 33 33 34 34 extern int isxdigit(int ch); -
uspace/lib/compat/sys/stat.h
r2e08dce7 r7ab6fc2 3 3 #define COMPAT_STAT_H 4 4 5 #include <sys/stat.h>5 #include "../../c/include/sys/stat.h" 6 6 #include "time.h" 7 7 -
uspace/lib/compat/time.h
r2e08dce7 r7ab6fc2 30 30 #define COMPAT_TIME_H 31 31 32 #include <time.h>32 #include "../c/include/time.h" 33 33 34 34 struct tm { -
uspace/lib/compat/unistd.h
r2e08dce7 r7ab6fc2 30 30 #define COMPAT_UNISTD_H 31 31 32 #include "../c/include/unistd.h" 33 32 34 //#include <getopt.h> 33 35
Note:
See TracChangeset
for help on using the changeset viewer.