mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* include/resolv.h: Include <stdbool.h>.
Patch by Paul Brook.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2005-11-17 Ulrich Drepper <drepper@redhat.com>
|
2005-11-17 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* include/resolv.h: Include <stdbool.h>.
|
||||||
|
Patch by Paul Brook.
|
||||||
|
|
||||||
* io/sys/stat.h: Use __const not const in fstatat prototypes.
|
* io/sys/stat.h: Use __const not const in fstatat prototypes.
|
||||||
|
|
||||||
2005-11-08 H.J. Lu <hongjiu.lu@intel.com>
|
2005-11-08 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
} \
|
} \
|
||||||
while (0)
|
while (0)
|
||||||
|
|
||||||
|
#include <stdbool.h>
|
||||||
#include <resolv/resolv.h>
|
#include <resolv/resolv.h>
|
||||||
|
|
||||||
#ifdef _RESOLV_H_
|
#ifdef _RESOLV_H_
|
||||||
|
Reference in New Issue
Block a user