mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
support: Remove #include <config.h>
This is not needed: include/intprops.h has its own detection logic. It makes building these files outside of glibc easer. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
9fb237a1c8
commit
91ae020f5a
@ -20,7 +20,6 @@
|
|||||||
/* Return the sum of two timespec values A and B. On overflow, return
|
/* Return the sum of two timespec values A and B. On overflow, return
|
||||||
an extremal value. This assumes 0 <= tv_nsec < TIMESPEC_HZ. */
|
an extremal value. This assumes 0 <= tv_nsec < TIMESPEC_HZ. */
|
||||||
|
|
||||||
#include <config.h>
|
|
||||||
#include "timespec.h"
|
#include "timespec.h"
|
||||||
|
|
||||||
#include "intprops.h"
|
#include "intprops.h"
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
overflow, return an extremal value. This assumes 0 <= tv_nsec <
|
overflow, return an extremal value. This assumes 0 <= tv_nsec <
|
||||||
TIMESPEC_HZ. */
|
TIMESPEC_HZ. */
|
||||||
|
|
||||||
#include <config.h>
|
|
||||||
#include "timespec.h"
|
#include "timespec.h"
|
||||||
|
|
||||||
#include "intprops.h"
|
#include "intprops.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user