diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-31 15:58:09 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-31 15:59:07 +0200 |
commit | 7e01f080e8231ab38b0896a1cc66c660af4b98e9 (patch) | |
tree | fdf61d0f50d491d6e24ff4c8de057082092fda00 /time/strptime_l.c | |
parent | d7ccc6c983632f89064e0405e724ca6e9c1b9e1e (diff) | |
download | glibc-7e01f080e8231ab38b0896a1cc66c660af4b98e9.zip glibc-7e01f080e8231ab38b0896a1cc66c660af4b98e9.tar.gz glibc-7e01f080e8231ab38b0896a1cc66c660af4b98e9.tar.bz2 |
time: Remove the internal_function attribute
Diffstat (limited to 'time/strptime_l.c')
-rw-r--r-- | time/strptime_l.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/time/strptime_l.c b/time/strptime_l.c index 185619e..3afc33a 100644 --- a/time/strptime_l.c +++ b/time/strptime_l.c @@ -231,7 +231,6 @@ day_of_the_year (struct tm *tm) #ifdef _LIBC char * -internal_function #else static char * #endif |