mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
mktime: merge HAVE_CONFIG_H change from gnulib
This commit is contained in:
parent
0e44a77e48
commit
95770f140b
@ -1,3 +1,8 @@
|
||||
2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
mktime: merge HAVE_CONFIG_H change from gnulib
|
||||
* time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
|
||||
|
||||
2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
|
||||
|
@ -21,7 +21,7 @@
|
||||
mktime. */
|
||||
/* #define DEBUG 1 */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#ifndef _LIBC
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user