diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-11-22 11:43:57 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-11-22 11:43:57 -0800 |
commit | c5a8b997e2de005697a992d8db5c54995bd361a8 (patch) | |
tree | 6c6b319e6e4da4a26175aec669ffd9104809909d /ChangeLog | |
parent | eb4157390cac6212921ef198353635e138dc0a00 (diff) | |
download | glibc-c5a8b997e2de005697a992d8db5c54995bd361a8.tar.gz glibc-c5a8b997e2de005697a992d8db5c54995bd361a8.tar.xz glibc-c5a8b997e2de005697a992d8db5c54995bd361a8.zip |
Reinitialize _create_xid state after fork.
Programs forking and using RPC in the forks would use the same XIDs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4d3bd8043b..9a733519ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2009-11-22 Ulrich Drepper <drepper@redhat.com> + * sunrpc/create_xid.c (_create_xid): Reinitialize state after fork. + * sysdeps/unix/sysv/linux/ntp_gettimex.c: New file. * sysdeps/unix/sysv/linux/Makefile: Add rules to build ntp_gettimex. * sysdeps/unix/sysv/linux/Versions: Export ntp_gettimex for GLIBC_2.12. |