aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include/sys/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/sys/stat.h')
-rw-r--r--newlib/libc/include/sys/stat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/stat.h b/newlib/libc/include/sys/stat.h
index 31dfaf4..5c419b7 100644
--- a/newlib/libc/include/sys/stat.h
+++ b/newlib/libc/include/sys/stat.h
@@ -126,6 +126,7 @@ mode_t _EXFUN(umask,( mode_t __mask ));
#if defined(__rtems__)
int _EXFUN(mknod,( const char *_path, mode_t _mode, dev_t dev ));
+int _EXFUN(lstat,( const char *__path, struct stat *__buf ));
#endif
/* Provide prototypes for most of the _<systemcall> names that are