aboutsummaryrefslogtreecommitdiff
path: root/support/xunistd.h
diff options
context:
space:
mode:
authorAlexandra Hájková <ahajkova@redhat.com>2020-12-26 20:44:34 +0100
committerAlexandra Hájková <ahajkova@redhat.com>2021-01-10 18:55:47 +0100
commit7a7226543611897103c7483bec160547294dcf0d (patch)
treed45996b904c3ccf1530834dd1214eebcad03ddfd /support/xunistd.h
parenta7e9dbb7742954814643a8562dcad09abb0b0e5d (diff)
downloadglibc-7a7226543611897103c7483bec160547294dcf0d.zip
glibc-7a7226543611897103c7483bec160547294dcf0d.tar.gz
glibc-7a7226543611897103c7483bec160547294dcf0d.tar.bz2
Add xfchmod to libsupport
Diffstat (limited to 'support/xunistd.h')
-rw-r--r--support/xunistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/xunistd.h b/support/xunistd.h
index 12a5ab6..eb1b551 100644
--- a/support/xunistd.h
+++ b/support/xunistd.h
@@ -46,6 +46,7 @@ long long xlseek (int fd, long long offset, int whence);
void xftruncate (int fd, long long length);
void xsymlink (const char *target, const char *linkpath);
void xchdir (const char *path);
+void xfchmod (int fd, mode_t mode);
/* Equivalent of "mkdir -p". */
void xmkdirp (const char *, mode_t);