diff options
Diffstat (limited to 'time/getdate.c')
-rw-r--r-- | time/getdate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/getdate.c b/time/getdate.c index 29ad760c29..e568149cdf 100644 --- a/time/getdate.c +++ b/time/getdate.c @@ -206,7 +206,7 @@ __getdate_r (const char *string, struct tm *tp) free (line); /* Check for errors. */ - if (ferror_unlocked (fp)) + if (__ferror_unlocked (fp)) { fclose (fp); return 5; |