diff options
Diffstat (limited to 'newlib/libc/sys')
-rw-r--r-- | newlib/libc/sys/cygwin/sys/dirent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/sys/cygwin/sys/dirent.h b/newlib/libc/sys/cygwin/sys/dirent.h index 411aa74b0..cecf7a85a 100644 --- a/newlib/libc/sys/cygwin/sys/dirent.h +++ b/newlib/libc/sys/cygwin/sys/dirent.h @@ -57,8 +57,10 @@ int closedir (DIR *); int dirfd (DIR *); #ifndef _POSIX_SOURCE +#ifndef __INSIDE_CYGWIN__ off_t telldir (DIR *); void seekdir (DIR *, off_t loc); +#endif int scandir (const char *__dir, struct dirent ***__namelist, |