mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 11:16:16 +02:00
(posixtime): Return bool instead of time_t, so
that we can return (time_t) -1 successfully.
This commit is contained in:
@@ -15,10 +15,7 @@
|
|||||||
# endif
|
# endif
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
time_t
|
bool
|
||||||
posixtime PARAMS ((const char *s, unsigned int syntax_bits));
|
posixtime PARAMS ((time_t *p, const char *s, unsigned int syntax_bits));
|
||||||
|
|
||||||
struct tm *
|
|
||||||
posixtm PARAMS ((const char *s, unsigned int syntax_bits));
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user