mirror of git://sourceware.org/git/glibc.git
posix_spawn_faction_addopen: Add missing string.h include directive
This is needed to avoid a PLT call on s390.
This commit is contained in:
parent
14642b8511
commit
35a5e3e338
|
@ -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>
|
2014-06-11 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
* nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
|
* nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <spawn.h>
|
#include <spawn.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include "spawn_int.h"
|
#include "spawn_int.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue