summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/rtems')
-rw-r--r--newlib/libc/sys/rtems/sys/dirent.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/sys/rtems/sys/dirent.h b/newlib/libc/sys/rtems/sys/dirent.h
index fa3182824..9cd4f3657 100644
--- a/newlib/libc/sys/rtems/sys/dirent.h
+++ b/newlib/libc/sys/rtems/sys/dirent.h
@@ -31,6 +31,10 @@ int closedir(DIR *);
void seekdir(DIR *dir, long loc);
long telldir(DIR *dir);
+#ifdef _COMPILING_NEWLIB
+void _seekdir(DIR *dir, long offset);
+#endif
+
#include <sys/types.h>
#include <limits.h>