]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - support/xunistd.h
Linux: Implement interfaces for memory protection keys
[thirdparty/glibc.git] / support / xunistd.h
index 05c2626a7bc6c40ac969d19e4014cca5ef2b0374..00376f7aaef5779e5de1c9044c2ffa330668aa85 100644 (file)
@@ -39,6 +39,7 @@ void xstat (const char *path, struct stat64 *);
 void xmkdir (const char *path, mode_t);
 void xchroot (const char *path);
 void xunlink (const char *path);
+long xsysconf (int name);
 
 /* Read the link at PATH.  The caller should free the returned string
    with free.  */