summaryrefslogtreecommitdiff
path: root/StdLib/Include/sys/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'StdLib/Include/sys/stat.h')
-rw-r--r--StdLib/Include/sys/stat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/StdLib/Include/sys/stat.h b/StdLib/Include/sys/stat.h
index 47e993b8be..b87f3f12e6 100644
--- a/StdLib/Include/sys/stat.h
+++ b/StdLib/Include/sys/stat.h
@@ -210,7 +210,7 @@ __BEGIN_DECLS
extern int fstat (int, struct stat *);
extern int lstat (const char *, struct stat *);
extern int stat (const char *, void *);
-// extern int chmod (const char *, mode_t);
+ extern int chmod (const char *, mode_t);
#endif // __STAT_SYSCALLS_DECLARED
__END_DECLS