diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-02-06 05:33:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-02-06 05:33:30 +0000 |
commit | 4f7408c7acb37dd53294e848326a317358f8fdd0 (patch) | |
tree | f9238592fdc9c4be62950d5ce1344b45e6d8b154 /ChangeLog | |
parent | 970aa10f95b3e289e5814e6c83d483a05e56c21c (diff) | |
download | glibc-4f7408c7acb37dd53294e848326a317358f8fdd0.tar glibc-4f7408c7acb37dd53294e848326a317358f8fdd0.tar.gz glibc-4f7408c7acb37dd53294e848326a317358f8fdd0.tar.bz2 glibc-4f7408c7acb37dd53294e848326a317358f8fdd0.zip |
* include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
* sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth. Also
move _null_auth to .rodata.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-02-05 Ulrich Drepper <drepper@redhat.com> + * include/rpc/auth.h: Use libc_hidden_proto for _null_auth. + * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth. Also + move _null_auth to .rodata. + * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour value of 24. |