Changes in uspace/lib/posix/source/stdlib.c [820104d:6afc9d7] in mainline
- File:
-
- 1 edited
-
uspace/lib/posix/source/stdlib.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/stdlib.c
r820104d r6afc9d7 278 278 * to be updated when that support is implemented. 279 279 */ 280 char* absolute = absolutize(name, NULL);280 char* absolute = vfs_absolutize(name, NULL); 281 281 282 282 if (absolute == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.
