Changeset e64b55a in mainline for uspace/lib/posix/sys/wait.h
- Timestamp:
- 2011-06-24T01:00:33Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 67c64b9f
- Parents:
- 823a929
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/sys/wait.h
r823a929 re64b55a 39 39 40 40 extern posix_pid_t posix_wait(int *stat_ptr); 41 extern posix_pid_t posix_waitpid(posix_pid_t pid, int *stat_ptr, int options); 41 42 42 43 #ifndef LIBPOSIX_INTERNAL 43 44 #define wait posix_wait 45 #define waitpid posix_waitpid 44 46 #endif 45 47
Note:
See TracChangeset
for help on using the changeset viewer.