acl  3.5.3.0
acl_unix.h
浏览该文件的文档.
1 #ifndef ACL_UNIX_INCLUDE_H
2 #define ACL_UNIX_INCLUDE_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 #include "acl_username.h"
9 #include "acl_timed_wait.h"
10 #include "acl_set_ugid.h"
11 #include "acl_set_eugid.h"
12 #include "acl_mychown.h"
13 #include "acl_chroot_uid.h"
14 #include "acl_safe_open.h"
15 #include "acl_open_lock.h"
16 #include "acl_transfer_fd.h"
17 #include "acl_watchdog.h"
18 #include "acl_trace.h"
19 #include "acl_core_limit.h"
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif