diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-06 06:32:41 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-06 13:25:24 +0100 |
commit | 851d66fac2cbfe6801703451b3d84426421a895a (patch) | |
tree | be813108a4fb650a3e27a131e56ac95536b933c3 /src/basic/missing.h | |
parent | bd0937ddb37291ea97c7ba4cb70d04c4bf6a3a0f (diff) | |
download | systemd-851d66fac2cbfe6801703451b3d84426421a895a.tar.gz systemd-851d66fac2cbfe6801703451b3d84426421a895a.tar.bz2 systemd-851d66fac2cbfe6801703451b3d84426421a895a.zip |
missing: move syscall related definitions to missing_syscall.h
Diffstat (limited to 'src/basic/missing.h')
-rw-r--r-- | src/basic/missing.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h index f7ab2859a4..6519131025 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -12,16 +12,11 @@ #include <sys/resource.h> #include <sys/socket.h> #include <sys/syscall.h> -#include <unistd.h> #if HAVE_AUDIT #include <libaudit.h> #endif -#ifdef ARCH_MIPS -#include <asm/sgidefs.h> -#endif - #if HAVE_LINUX_VM_SOCKETS_H #include <linux/vm_sockets.h> #else @@ -250,10 +245,6 @@ struct sockaddr_vm { #define RENAME_NOREPLACE (1 << 0) #endif -#ifndef KCMP_FILE -#define KCMP_FILE 0 -#endif - #ifndef SOL_ALG #define SOL_ALG 279 #endif |