Changeset bc999081 in mainline for uspace/lib/posix/src
- Timestamp:
- 2025-10-15T17:15:55Z (8 weeks ago)
- Branches:
- master
- Children:
- 856a7b49
- Parents:
- 4a10a72e
- File:
-
- 1 edited
-
uspace/lib/posix/src/unistd.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/src/unistd.c
r4a10a72e rbc999081 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda 2 3 * Copyright (c) 2011 Jiri Zarevucky 3 4 * Copyright (c) 2011 Petr Koupy … … 530 531 /** 531 532 * 533 * @param file 534 * @param argv 535 * @return 536 */ 537 int execlp(const char *file, const char *arg, ...) 538 { 539 // TODO: low priority, just a compile-time dependency of dosbox 540 not_implemented(); 541 return -1; 542 } 543 544 /** 545 * 532 546 * @param fildes 533 547 * @return
Note:
See TracChangeset
for help on using the changeset viewer.
