Changes in uspace/lib/posix/source/stdlib.c [e965dec:a3da2b2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/stdlib.c
re965dec ra3da2b2 35 35 36 36 #define LIBPOSIX_INTERNAL 37 #define __POSIX_DEF__(x) posix_##x38 37 39 38 #include "internal/common.h" … … 63 62 // TODO: low priority, just a compile-time dependency of binutils 64 63 not_implemented(); 65 return 1;66 64 } 67 65 … … 233 231 // TODO: low priority, just a compile-time dependency of binutils 234 232 not_implemented(); 235 return 0;236 233 } 237 234 … … 246 243 int posix_system(const char *string) { 247 244 // TODO: does nothing at the moment 248 not_implemented();249 245 return 0; 250 246 }
Note:
See TracChangeset
for help on using the changeset viewer.