diff options
Diffstat (limited to 'sys/sys/stat.h')
-rw-r--r-- | sys/sys/stat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/stat.h b/sys/sys/stat.h index ec6efae..f430a9a 100644 --- a/sys/sys/stat.h +++ b/sys/sys/stat.h @@ -293,6 +293,7 @@ struct nstat { __BEGIN_DECLS #if __BSD_VISIBLE int chflags(const char *, unsigned long); +int chflagsat(int, const char *, unsigned long, int); #endif int chmod(const char *, mode_t); #if __BSD_VISIBLE |