* libc/include/pwd.h: Add guards to avoid type clashes when compiling

Cygwin.
	* libc/include/sys/stat.h: Ditto.
	* libc/include/sys/unistd.h: Ditto.
	* libc/sys/cygwin/sys/dirent.h: Ditto.
This commit is contained in:
Corinna Vinschen
2003-03-09 21:08:51 +00:00
parent d580d86c80
commit f882fd15b0
5 changed files with 32 additions and 2 deletions

View File

@ -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,