diff options
| author | Jakob Kaivo <jkk@ung.org> | 2024-01-31 16:46:49 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2024-01-31 16:46:49 -0500 |
| commit | cb7967b40d4a9b6e17003b8518c7cd49d29108ab (patch) | |
| tree | 5b4c7cbe991ae5ddee64afc152150dc1b739be8d /src/sys/stat/lstat.c | |
| parent | 2bc46bd54cc8cdcd7647461f2d76384266f2a0e4 (diff) | |
purge last of posix-specific headers
Diffstat (limited to 'src/sys/stat/lstat.c')
| -rw-r--r-- | src/sys/stat/lstat.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/sys/stat/lstat.c b/src/sys/stat/lstat.c deleted file mode 100644 index ea56ce24..00000000 --- a/src/sys/stat/lstat.c +++ /dev/null @@ -1,12 +0,0 @@ -#include <sys/stat.h> - -int lstat(const char * restrict path, struct stat * restrict buf) -{ - /* if path is a symlink, return that info */ - return 0; -} - -/* -XOPEN(400) -POSIX(200112) -*/ |
