Changeset e965dec in mainline
- Timestamp:
- 2013-03-08T10:10:15Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ba4799a
- Parents:
- 5759642f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/stdlib.c
r5759642f re965dec 63 63 // TODO: low priority, just a compile-time dependency of binutils 64 64 not_implemented(); 65 return 1; 65 66 } 66 67 … … 232 233 // TODO: low priority, just a compile-time dependency of binutils 233 234 not_implemented(); 235 return 0; 234 236 } 235 237 … … 244 246 int posix_system(const char *string) { 245 247 // TODO: does nothing at the moment 248 not_implemented(); 246 249 return 0; 247 250 }
Note:
See TracChangeset
for help on using the changeset viewer.