diff options
Diffstat (limited to 'test/includes/pre/sys')
-rw-r--r-- | test/includes/pre/sys/errno.h | 4 | ||||
-rw-r--r-- | test/includes/pre/sys/fcntl.h | 7 |
2 files changed, 0 insertions, 11 deletions
diff --git a/test/includes/pre/sys/errno.h b/test/includes/pre/sys/errno.h deleted file mode 100644 index 0b8934d33e..0000000000 --- a/test/includes/pre/sys/errno.h +++ /dev/null @@ -1,4 +0,0 @@ -#include <sys/errno.h> - -static const int kENOENT = ENOENT; -static const int kEEXIST = EEXIST; diff --git a/test/includes/pre/sys/fcntl.h b/test/includes/pre/sys/fcntl.h deleted file mode 100644 index 767c97a631..0000000000 --- a/test/includes/pre/sys/fcntl.h +++ /dev/null @@ -1,7 +0,0 @@ -#include <sys/fcntl.h> - -static const mode_t kO_RDONLY = O_RDONLY; -static const mode_t kO_WRONLY = O_WRONLY; -static const mode_t kO_RDWR = O_RDWR; -static const mode_t kO_CREAT = O_CREAT; -static const mode_t kO_EXCL = O_EXCL; |