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 9330a2be04..f95385877a 100644
--- a/StdLib/Include/sys/stat.h
+++ b/StdLib/Include/sys/stat.h
@@ -183,7 +183,7 @@ __BEGIN_DECLS
/**
**/
- extern int stat (const char *, void *);
+ extern int stat (const char *, struct stat *);
/**
**/