diff options
Diffstat (limited to 'newlib/libc/time/tzset_r.c')
-rw-r--r-- | newlib/libc/time/tzset_r.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/time/tzset_r.c b/newlib/libc/time/tzset_r.c index 5a5a9599b..2c5b72341 100644 --- a/newlib/libc/time/tzset_r.c +++ b/newlib/libc/time/tzset_r.c @@ -7,6 +7,8 @@ #include <sys/time.h> #include "local.h" +#define sscanf siscanf /* avoid to pull in FP functions. */ + static char __tzname_std[11]; static char __tzname_dst[11]; static char *prev_tzenv = NULL; |