commit | a59cc12d1126284dff3b7bb0e361dae944f140fc | [log] [tgz] |
---|---|---|
author | Sam Clegg <sbc@chromium.org> | Mon Oct 13 16:47:13 2014 |
committer | Sam Clegg <sbc@chromium.org> | Mon Oct 13 16:47:13 2014 |
tree | 1e462ac5d405909062357c8239be38b9ab7c265b | |
parent | 43fdb6b573da6189934a4eefc821bdfe22cf247e [diff] |
* libc/posix/posix_spawn.c: include _syslist.h. This allows it to be used when MISSING_SYSCALL_NAMES is defined. Without this references to _open and _close are generated which are not available when MISSING_SYSCALL_NAMES is defined. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3976 BUG= https://code.google.com/p/nativeclient/issues/detail?id=3973 R=binji@chromium.org Review URL: https://codereview.chromium.org/647203002