Changeset bc999081 in mainline for uspace/lib/posix/include
- Timestamp:
- 2025-10-15T17:15:55Z (5 months ago)
- Branches:
- master
- Children:
- 856a7b49
- Parents:
- 4a10a72e
- File:
-
- 1 edited
-
uspace/lib/posix/include/posix/unistd.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/unistd.h
r4a10a72e rbc999081 1 1 /* 2 * Copyright (c) 2025 Jiri Svoboda 2 3 * Copyright (c) 2011 Jiri Zarevucky 3 4 * Copyright (c) 2011 Petr Koupy … … 164 165 extern int execv(const char *path, char *const argv[]); 165 166 extern int execvp(const char *file, char *const argv[]); 167 extern int execlp(const char *file, const char *arg, ...); 166 168 167 169 /* Creating a Pipe */
Note:
See TracChangeset
for help on using the changeset viewer.
