Changes in uspace/lib/posix/source/unistd.c [820104d:bf963b9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/source/unistd.c
r820104d rbf963b9 389 389 // TODO: low priority, just a compile-time dependency of binutils 390 390 not_implemented(); 391 return -1;392 391 } 393 392 … … 400 399 // TODO: low priority, just a compile-time dependency of binutils 401 400 not_implemented(); 402 return -1;403 401 } 404 402 … … 413 411 // TODO: low priority, just a compile-time dependency of binutils 414 412 not_implemented(); 415 return -1;416 413 } 417 414 … … 426 423 // TODO: low priority, just a compile-time dependency of binutils 427 424 not_implemented(); 428 return -1;429 425 } 430 426 … … 438 434 // TODO: low priority, just a compile-time dependency of binutils 439 435 not_implemented(); 440 return -1;441 436 } 442 437
Note:
See TracChangeset
for help on using the changeset viewer.