acl  3.5.3.0
acl_timed_wait.h
浏览该文件的文档.
1 #ifndef ACL_TIMED_WAIT_INCLUDE_H
2 #define ACL_TIMED_WAIT_INCLUDE_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 #include "../acl_define.h"
9 #ifdef ACL_UNIX
10 #include <sys/types.h>
11 #include <unistd.h>
12  /*
13  * External interface.
14  */
15 extern int acl_timed_waitpid(pid_t, ACL_WAIT_STATUS_T *, int, int);
16 
17 #endif /* ACL_UNIX */
18 
19 #ifdef __cplusplus
20 }
21 #endif
22 
23 #endif
24