diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-08-31 15:33:27 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-08-31 15:59:07 +0200 |
commit | 18c54facf1ba6125abab0eb6080630c1847e8819 (patch) | |
tree | a142e302f16016fe9db85af5b2ba2e3ef68f8e30 /ChangeLog | |
parent | 7e01f080e8231ab38b0896a1cc66c660af4b98e9 (diff) | |
download | glibc-18c54facf1ba6125abab0eb6080630c1847e8819.tar glibc-18c54facf1ba6125abab0eb6080630c1847e8819.tar.gz glibc-18c54facf1ba6125abab0eb6080630c1847e8819.tar.bz2 glibc-18c54facf1ba6125abab0eb6080630c1847e8819.zip |
Linux getcwd: Remove internal_function attribute
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2017-08-31 Florian Weimer <fweimer@redhat.com> + * sysdeps/unix/sysv/linux/getcwd.c (generic_getcwd): Remove + internal_function. + (GETCWD_RETURN_TYPE): Likewise. + +2017-08-31 Florian Weimer <fweimer@redhat.com> + * include/time.h (__tz_compute, __strptime_internal): Remove internal_function. * time/strptime_l.c (__strptime_internal): Likewise. |