acl/lib_acl/include/stdlib/unix/acl_unix.h
2016-06-26 12:17:17 +08:00

26 lines
477 B
C

#ifndef ACL_UNIX_INCLUDE_H
#define ACL_UNIX_INCLUDE_H
#ifdef __cplusplus
extern "C" {
#endif
#include "acl_username.h"
#include "acl_timed_wait.h"
#include "acl_set_ugid.h"
#include "acl_set_eugid.h"
#include "acl_mychown.h"
#include "acl_chroot_uid.h"
#include "acl_safe_open.h"
#include "acl_open_lock.h"
#include "acl_transfer_fd.h"
#include "acl_watchdog.h"
#include "acl_trace.h"
#include "acl_core_limit.h"
#ifdef __cplusplus
}
#endif
#endif