diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-25 20:20:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-25 20:20:44 +0000 |
commit | 9e3438bee63e8550ec432a70063a721fcf6f60e2 (patch) | |
tree | 0c9395d7c69b942bad39617d77955240f7fe0583 /ChangeLog | |
parent | 6a08db097bfbc85337e9b36de24ce1faf3c5cc63 (diff) | |
download | glibc-9e3438bee63e8550ec432a70063a721fcf6f60e2.tar.gz glibc-9e3438bee63e8550ec432a70063a721fcf6f60e2.tar.xz glibc-9e3438bee63e8550ec432a70063a721fcf6f60e2.zip |
* sysdeps/mach/hurd/setrlimit.c (setrlimit): Go into a critical
section while taking the _hurd_rlimit_lock. * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 45c0b88fb7..406bffe23b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-03-25 Roland McGrath <roland@baalperazim.frob.com> + + * sysdeps/mach/hurd/setrlimit.c (setrlimit): Go into a critical + section while taking the _hurd_rlimit_lock. + * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise. + 2000-03-24 Roland McGrath <roland@baalperazim.frob.com> * Makerules [$(cross-compiling) = yes] (symbolic-link-prog): Define |