diff options
author | Roland McGrath <roland@gnu.org> | 2004-10-22 22:17:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-10-22 22:17:48 +0000 |
commit | 743c00e3ce2983df26077ea9cf25b29e871f80b2 (patch) | |
tree | 31431df54020e693db0824d124b1510a5c27a66b /time | |
parent | 7203529423b8ea749b66874b86a038118f8dba00 (diff) | |
download | glibc-743c00e3ce2983df26077ea9cf25b29e871f80b2.tar.gz glibc-743c00e3ce2983df26077ea9cf25b29e871f80b2.tar.xz glibc-743c00e3ce2983df26077ea9cf25b29e871f80b2.zip |
[BZ #470] Import fix from gnulib.
* time/mktime.c [!_LIBC] (__mktime_internal): Define to mktime_internal, to avoid clashes with any __mktime_internal function defined in the standard library.
Diffstat (limited to 'time')
-rw-r--r-- | time/mktime.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/time/mktime.c b/time/mktime.c index 1acad267ae..fc46a6a566 100644 --- a/time/mktime.c +++ b/time/mktime.c @@ -108,6 +108,7 @@ const unsigned short int __mon_yday[2][13] = # include "time_r.h" # undef __localtime_r # define __localtime_r localtime_r +# define __mktime_internal mktime_internal #endif |