summaryrefslogtreecommitdiff
path: root/lib/libc/stat
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stat')
-rw-r--r--lib/libc/stat/chmod.c1
-rw-r--r--lib/libc/stat/fchmod.c1
-rw-r--r--lib/libc/stat/fchmodat.c1
-rw-r--r--lib/libc/stat/fstatat.c1
-rw-r--r--lib/libc/stat/mkdirat.c1
-rw-r--r--lib/libc/stat/mknod.c1
-rw-r--r--lib/libc/stat/mknodat.c1
-rw-r--r--lib/libc/stat/umask.c1
-rw-r--r--lib/libc/stat/utimensat.c1
9 files changed, 0 insertions, 9 deletions
diff --git a/lib/libc/stat/chmod.c b/lib/libc/stat/chmod.c
index 005869ba..061fc87e 100644
--- a/lib/libc/stat/chmod.c
+++ b/lib/libc/stat/chmod.c
@@ -1,6 +1,5 @@
-
#include <sys/stat.h> // for chmod
#include <sys/types.h> // for mode_t
#include <syscall.h> // for __syscall_2, syscall
diff --git a/lib/libc/stat/fchmod.c b/lib/libc/stat/fchmod.c
index 89ad637a..84d8ef50 100644
--- a/lib/libc/stat/fchmod.c
+++ b/lib/libc/stat/fchmod.c
@@ -1,6 +1,5 @@
-
#include <sys/stat.h> // for fchmod
#include <sys/types.h> // for mode_t
#include <syscall.h> // for __syscall_2, syscall
diff --git a/lib/libc/stat/fchmodat.c b/lib/libc/stat/fchmodat.c
index 7bf834b1..ae5e882f 100644
--- a/lib/libc/stat/fchmodat.c
+++ b/lib/libc/stat/fchmodat.c
@@ -1,6 +1,5 @@
-
#include <sys/stat.h> // for fchmodat
#include <sys/types.h> // for mode_t
#include <syscall.h> // for __syscall_4, syscall
diff --git a/lib/libc/stat/fstatat.c b/lib/libc/stat/fstatat.c
index 08519fe3..746848b7 100644
--- a/lib/libc/stat/fstatat.c
+++ b/lib/libc/stat/fstatat.c
@@ -3,7 +3,6 @@
#define __BITS_STAT_H_
-
#include <bits/stat.h> // for stat
#include <syscall.h> // for __syscall_5, syscall
diff --git a/lib/libc/stat/mkdirat.c b/lib/libc/stat/mkdirat.c
index dc075bb2..03b2c070 100644
--- a/lib/libc/stat/mkdirat.c
+++ b/lib/libc/stat/mkdirat.c
@@ -1,6 +1,5 @@
-
#include <sys/stat.h> // for mkdirat
#include <sys/types.h> // for mode_t
#include <syscall.h> // for __syscall_3, syscall
diff --git a/lib/libc/stat/mknod.c b/lib/libc/stat/mknod.c
index e76e232b..4da1139e 100644
--- a/lib/libc/stat/mknod.c
+++ b/lib/libc/stat/mknod.c
@@ -1,6 +1,5 @@
-
#include <fcntl.h> // for AT_FDCWD
#include <sys/stat.h> // for mknod
#include <sys/types.h> // for dev_t, mode_t
diff --git a/lib/libc/stat/mknodat.c b/lib/libc/stat/mknodat.c
index d19253e6..928b1208 100644
--- a/lib/libc/stat/mknodat.c
+++ b/lib/libc/stat/mknodat.c
@@ -1,6 +1,5 @@
-
#include <sys/stat.h> // for mknodat
#include <sys/types.h> // for dev_t, mode_t
#include <syscall.h> // for __syscall_4, syscall
diff --git a/lib/libc/stat/umask.c b/lib/libc/stat/umask.c
index e33ec9f4..3eea89e8 100644
--- a/lib/libc/stat/umask.c
+++ b/lib/libc/stat/umask.c
@@ -1,6 +1,5 @@
-
#include <sys/stat.h> // for umask
#include <sys/types.h> // for mode_t
#include <syscall.h> // for __syscall_1, syscall
diff --git a/lib/libc/stat/utimensat.c b/lib/libc/stat/utimensat.c
index 984c1921..aba18657 100644
--- a/lib/libc/stat/utimensat.c
+++ b/lib/libc/stat/utimensat.c
@@ -1,6 +1,5 @@
-
#include <syscall.h> // for __syscall_4, syscall
#include <time.h> // for timespec