mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-15 16:26:01 +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
|
||||
|
||||
time_t
|
||||
posixtime PARAMS ((const char *s, unsigned int syntax_bits));
|
||||
|
||||
struct tm *
|
||||
posixtm PARAMS ((const char *s, unsigned int syntax_bits));
|
||||
bool
|
||||
posixtime PARAMS ((time_t *p, const char *s, unsigned int syntax_bits));
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user