diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2013-04-23 09:44:36 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2013-04-23 09:44:36 +0000 |
commit | 61522196c71593da09572fce9af9e0d7dad61bc3 (patch) | |
tree | 9bf74facd67974fa2f780d6ce68b14eb7a94e371 /winsup/cygwin/include/mntent.h | |
parent | 1875ee55d31d3673059373c8f9837bf98f93c713 (diff) | |
download | cygnal-61522196c71593da09572fce9af9e0d7dad61bc3.tar.gz cygnal-61522196c71593da09572fce9af9e0d7dad61bc3.tar.bz2 cygnal-61522196c71593da09572fce9af9e0d7dad61bc3.zip |
* Merge in cygwin-64bit-branch.
Diffstat (limited to 'winsup/cygwin/include/mntent.h')
-rw-r--r-- | winsup/cygwin/include/mntent.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/winsup/cygwin/include/mntent.h b/winsup/cygwin/include/mntent.h index db87904ef..5a0c13054 100644 --- a/winsup/cygwin/include/mntent.h +++ b/winsup/cygwin/include/mntent.h @@ -33,9 +33,7 @@ struct mntent *getmntent_r (FILE *, struct mntent *, char *, int); int endmntent (FILE *__filep); #endif -#ifdef __CYGWIN__ -/* Only include paths.h if building for Cygwin. This avoids including - newlib headers when building the native tools in winsup/utils. */ +#ifndef _NOMNTENT_MACROS #include <paths.h> @@ -52,7 +50,7 @@ int endmntent (FILE *__filep); #define MOUNTED _PATH_MOUNTED #endif -#endif /* __CYGWIN__ */ +#endif /* !_NOMNTENT_MACROS */ #ifdef __cplusplus }; |