diff options
author | Roland McGrath <mcgrathr@chromium.org> | 2011-09-19 12:50:25 -0700 |
---|---|---|
committer | Roland McGrath <mcgrathr@chromium.org> | 2011-09-19 12:50:25 -0700 |
commit | ecb1482ffd85fd3279642b1dc045aa867ad4d415 (patch) | |
tree | c8276d86e38abbf88c191dc3623cac89b6425c7c /ChangeLog | |
parent | bc7e1c3667b577ad418f7520df2a7dbccea04ee9 (diff) | |
download | glibc-ecb1482ffd85fd3279642b1dc045aa867ad4d415.tar glibc-ecb1482ffd85fd3279642b1dc045aa867ad4d415.tar.gz glibc-ecb1482ffd85fd3279642b1dc045aa867ad4d415.tar.bz2 glibc-ecb1482ffd85fd3279642b1dc045aa867ad4d415.zip |
Clean up disabling of script_execute
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2011-09-19 Roland McGrath <roland@hack.frob.com> + * sysdeps/posix/spawni.c (script_execute): Always define it. + It will be optimized away if unused. + (maybe_script_execute): New function. + (__spawni): Call it. + * Makerules: Don't include tls.make. (config-tls): Always set to thread. * tls.make.c: File removed. |