diff options
author | Roland McGrath <roland@gnu.org> | 1999-06-13 09:57:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-06-13 09:57:39 +0000 |
commit | 901c1112e9687278babfd77a9e06660823c4a097 (patch) | |
tree | f90eecd55041e77fcc86402da781fa7bb4c9b6e8 | |
parent | a1c93156c80012b1d54acd87e450841e57478bcb (diff) | |
download | glibc-901c1112e9687278babfd77a9e06660823c4a097.tar.gz glibc-901c1112e9687278babfd77a9e06660823c4a097.tar.xz glibc-901c1112e9687278babfd77a9e06660823c4a097.zip |
1999-06-12 Mark Kettenis <kettenis@gnu.org>
* sysdeps/mach/hurd/fork.c (__fork): Make use of `insert_type' when inserting a send right into the child instead of unconditionally copying the send right.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cb8e4cda49..266017fa88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-06-12 Mark Kettenis <kettenis@gnu.org> + + * sysdeps/mach/hurd/fork.c (__fork): Make use of `insert_type' when + inserting a send right into the child instead of unconditionally + copying the send right. + 1999-06-12 Ulrich Drepper <drepper@cygnus.com> * locale/lc-time.c: Add free_mem function to free if necessary |