Changes in uspace/lib/posix/source/stdlib.c [d856110:820104d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/stdlib.c
rd856110 r820104d 63 63 // TODO: low priority, just a compile-time dependency of binutils 64 64 not_implemented(); 65 return 1;65 return 0; 66 66 } 67 67
Note:
See TracChangeset
for help on using the changeset viewer.