diff options
author | Stefan Liebler <stli@linux.vnet.ibm.com> | 2014-06-12 14:15:25 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2014-06-12 14:20:07 +0200 |
commit | 35a5e3e338ae17f3d42c60a708763c5d498fb840 (patch) | |
tree | 36c3e3ae136b4aeb4ff30b21bef6ad76851204be /ChangeLog | |
parent | 14642b8511ed1d6ecfd326de8688853118308082 (diff) | |
download | glibc-35a5e3e338ae17f3d42c60a708763c5d498fb840.tar.gz glibc-35a5e3e338ae17f3d42c60a708763c5d498fb840.tar.xz glibc-35a5e3e338ae17f3d42c60a708763c5d498fb840.zip |
posix_spawn_faction_addopen: Add missing string.h include directive
This is needed to avoid a PLT call on s390.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2d1b5c7fbe..1b6848078d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com> + + * posix/spawn_faction_addopen.c: Include string.h. + 2014-06-11 Roland McGrath <roland@hack.frob.com> * nptl/sysdeps/x86_64/64/shlib-versions: Moved ... |