diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-11 23:58:02 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-11 23:58:02 -0400 |
commit | f574184a0e4b6ed69a5d9a3234543fba6d2a7367 (patch) | |
tree | c8a8e49f88f1ef1547aeac30e34beb97bb695d04 /ChangeLog | |
parent | 162ba701c2d305ae2fda1e901c85c9004d52b208 (diff) | |
download | glibc-f574184a0e4b6ed69a5d9a3234543fba6d2a7367.tar glibc-f574184a0e4b6ed69a5d9a3234543fba6d2a7367.tar.gz glibc-f574184a0e4b6ed69a5d9a3234543fba6d2a7367.tar.bz2 glibc-f574184a0e4b6ed69a5d9a3234543fba6d2a7367.zip |
Fix sched_setscheduler call in spawn implementation
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2011-05-11 Ulrich Drepper <drepper@gmail.com> + [BZ #12052] + * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call. + [BZ #12625] * misc/mntent_r.c (addmntent): Flush the stream after the output |