* libc/include/pwd.h: Include <sys/cdefs.h>.
* libc/include/grp.h: Ditto.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2014-02-09  Corinna Vinschen  <vinschen@redhat.com> | ||||
|  | ||||
| 	* libc/include/pwd.h: Include <sys/cdefs.h>. | ||||
| 	* libc/include/grp.h: Ditto. | ||||
|  | ||||
| 2014-02-04  Matthias Braun  <matze@braunis.de> | ||||
|  | ||||
| 	* libm/mathfp/sf_numtest.c: Fix NaN/Inf detection logic. | ||||
|   | ||||
| @@ -43,6 +43,7 @@ | ||||
| #ifndef _GRP_H_ | ||||
| #define	_GRP_H_ | ||||
|  | ||||
| #include <sys/cdefs.h> | ||||
| #include <sys/types.h> | ||||
| #ifdef __CYGWIN__ | ||||
| #include <cygwin/grp.h> | ||||
|   | ||||
| @@ -39,6 +39,7 @@ extern "C" { | ||||
| #endif | ||||
| #define	_PWD_H_ | ||||
|  | ||||
| #include <sys/cdefs.h> | ||||
| #include <sys/types.h> | ||||
|  | ||||
| #if __BSD_VISIBLE | ||||
|   | ||||
		Reference in New Issue
	
	Block a user