diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-05-11 09:32:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-05-11 09:32:43 +0000 |
commit | 3d7eeebe4990e08cd0c9fb2a9cc1e07c27ee3b4c (patch) | |
tree | 252ce33af5f9192ab9357f4cb286aec75993fbc4 /ChangeLog | |
parent | 3490f01de4df5e6b21a9da5a566913f20326fa7a (diff) | |
download | glibc-3d7eeebe4990e08cd0c9fb2a9cc1e07c27ee3b4c.tar.gz |
* io/openat.c (__openat_2): Also pass fd to __openat.
* io/openat64.c (__openat64_2): Also pass fd to __openat64.
Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2008-05-11 Ulrich Drepper <drepper@redhat.com> + * io/openat.c (__openat_2): Also pass fd to __openat. + * io/openat64.c (__openat64_2): Also pass fd to __openat64. + Patch by Kristian Van Der Vliet <vanders@liqwyd.com>. + * string/tester.c (test_memcmp): Add a few more tests. Patch by Mats Erik Andersson <ynglingatal@comhem.se>. |