Changeset db71e2a in mainline for uspace/lib/posix/include/posix/sys/wait.h
- Timestamp:
- 2013-07-24T17:42:25Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 69b264a9
- Parents:
- 52f1882 (diff), cffa14e6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/lib/posix/include/posix/sys/wait.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/sys/wait.h
r52f1882 rdb71e2a 36 36 #define POSIX_SYS_WAIT_H_ 37 37 38 #ifndef __POSIX_DEF__ 39 #define __POSIX_DEF__(x) x 40 #endif 41 38 42 #include "types.h" 39 43 … … 52 56 extern int __posix_wtermsig(int status); 53 57 54 extern posix_pid_t posix_wait(int *stat_ptr);55 extern posix_pid_t posix_waitpid(posix_pid_tpid, int *stat_ptr, int options);58 extern __POSIX_DEF__(pid_t) __POSIX_DEF__(wait)(int *stat_ptr); 59 extern __POSIX_DEF__(pid_t) __POSIX_DEF__(waitpid)(__POSIX_DEF__(pid_t) pid, int *stat_ptr, int options); 56 60 57 #ifndef LIBPOSIX_INTERNAL58 #define wait posix_wait59 #define waitpid posix_waitpid60 #endif61 61 62 62 #endif /* POSIX_SYS_WAIT_H_ */
Note:
See TracChangeset
for help on using the changeset viewer.
