mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* libc/include/pwd.h: Include <sys/cdefs.h>.
* libc/include/grp.h: Ditto.
This commit is contained in:
parent
a18b52d0e5
commit
ab7165e43b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user