diff options
author | Petr Vorel <petr.vorel@gmail.com> | 2024-04-10 21:33:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-04-14 16:01:42 +0200 |
commit | 0694e42c9c9789bd87fba7e6639b21d2f28e09d4 (patch) | |
tree | 0addde8c70c8c4a59a02e77523900299a62346c5 /include/sys | |
parent | e1c1afff0e672a9026de005d73c7bc2e221ef3e1 (diff) |
tree: Remove ^L
Remove ^L (0x0c) chars from source code.
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/stat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sys/stat.h b/include/sys/stat.h index 99a6382a0..2dca6c552 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -371,7 +371,7 @@ extern int mkfifo (const char *__path, __mode_t __mode) extern int mkfifoat (int __fd, const char *__path, __mode_t __mode) __THROW __nonnull ((2)); #endif - + #ifdef __USE_ATFILE /* Set file access and modification times relative to directory file descriptor. */ @@ -386,7 +386,7 @@ libc_hidden_proto(utimensat) /* Set file access and modification times of the file associated with FD. */ extern int futimens (int __fd, const struct timespec __times[2]) __THROW; #endif - + /* on uClibc we have unversioned struct stat and mknod. * bits/stat.h is filled with wrong info, so we undo it here. */ #undef _STAT_VER |