diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-08 01:11:46 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2010-04-13 01:26:35 (GMT) |
commit | 74da141e618ef99959d509cb2e7be35a348a39db (patch) | |
tree | 88ebc38b381a1021fc2d74864a71e230ae591c3d /gl/timegm.c | |
parent | c63a4f726a0b6ad8cf6040f947754a81fd4683bb (diff) | |
download | monitoring-plugins-74da141e618ef99959d509cb2e7be35a348a39db.tar.gz |
Sync with the latest Gnulib code (177f525)
Signed-off-by: Thomas Guyot-Sionnest <dermoth@aei.ca>
Diffstat (limited to 'gl/timegm.c')
-rw-r--r-- | gl/timegm.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gl/timegm.c b/gl/timegm.c index 057f645..e484ddd 100644 --- a/gl/timegm.c +++ b/gl/timegm.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* Convert UTC calendar time to simple time. Like mktime but assumes UTC. | 1 | /* Convert UTC calendar time to simple time. Like mktime but assumes UTC. |
2 | 2 | ||
3 | Copyright (C) 1994, 1997, 2003, 2004, 2006, 2007 Free Software | 3 | Copyright (C) 1994, 1997, 2003, 2004, 2006, 2007, 2009, 2010 Free Software |
4 | Foundation, Inc. This file is part of the GNU C Library. | 4 | Foundation, Inc. This file is part of the GNU C Library. |
5 | 5 | ||
6 | This program is free software; you can redistribute it and/or modify | 6 | This program is free software; you can redistribute it and/or modify |
@@ -27,9 +27,7 @@ | |||
27 | # undef __gmtime_r | 27 | # undef __gmtime_r |
28 | # define __gmtime_r gmtime_r | 28 | # define __gmtime_r gmtime_r |
29 | # define __mktime_internal mktime_internal | 29 | # define __mktime_internal mktime_internal |
30 | time_t __mktime_internal (struct tm *, | 30 | # include "mktime-internal.h" |
31 | struct tm * (*) (time_t const *, struct tm *), | ||
32 | time_t *); | ||
33 | #endif | 31 | #endif |
34 | 32 | ||
35 | time_t | 33 | time_t |