diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.com> | 2016-03-21 12:10:20 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.com> | 2016-03-21 12:12:26 -0300 |
commit | 67b23376fb72cdc3fbef37837f6fb5ebe8f0f034 (patch) | |
tree | 2a50742b54852b2c48fd3666aec36e845814900f /ChangeLog | |
parent | 893e371b2f27f7fd6f503cefce8d9f754aaefd58 (diff) | |
download | glibc-67b23376fb72cdc3fbef37837f6fb5ebe8f0f034.zip glibc-67b23376fb72cdc3fbef37837f6fb5ebe8f0f034.tar.gz glibc-67b23376fb72cdc3fbef37837f6fb5ebe8f0f034.tar.bz2 |
posix: Fix posix_spawn implict check style
This patch fixes the implicit check style add in 2a69f853c for the
general convention one.
Checked on x86_64.
* sysdeps/unix/sysv/linux/spawni.c (__spawnix): Fix implict checks
style.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2016-03-21 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + * sysdeps/unix/sysv/linux/spawni.c (__spawnix): Fix implict checks + style. + 2016-03-21 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/unix/sysv/linux/x86_64/cancellation.S |