diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-02-09 11:50:44 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-02-09 11:50:44 +0100 |
commit | 173ec37bb2af6e30892a141d74d42db5957ddd36 (patch) | |
tree | bff07989fcc80c2b81950a314d4a5cf2a1e896f2 /support/xunistd.h | |
parent | cc79354ecc9bd31896b869f303a951bb750c3fd4 (diff) | |
download | glibc-173ec37bb2af6e30892a141d74d42db5957ddd36.tar.gz glibc-173ec37bb2af6e30892a141d74d42db5957ddd36.tar.xz glibc-173ec37bb2af6e30892a141d74d42db5957ddd36.zip |
support: Add the xlstat function
Diffstat (limited to 'support/xunistd.h')
-rw-r--r-- | support/xunistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/xunistd.h b/support/xunistd.h index 96f498f2e5..b299db77ba 100644 --- a/support/xunistd.h +++ b/support/xunistd.h @@ -36,6 +36,7 @@ void xpipe (int[2]); void xdup2 (int, int); int xopen (const char *path, int flags, mode_t); void xstat (const char *path, struct stat64 *); +void xlstat (const char *path, struct stat64 *); void xfstat (int fd, struct stat64 *); void xmkdir (const char *path, mode_t); void xchroot (const char *path); |