diff options
author | Karel Zak | 2007-04-11 23:18:08 +0200 |
---|---|---|
committer | Karel Zak | 2007-04-11 23:18:08 +0200 |
commit | 09dd84cac7fbc4886fdb92593898ea713f663dfd (patch) | |
tree | 2e85782d329074dee1896e1194ba25330d7f66ce /TODO | |
parent | check exit status of autotools (diff) | |
download | kernel-qcow2-util-linux-09dd84cac7fbc4886fdb92593898ea713f663dfd.tar.gz kernel-qcow2-util-linux-09dd84cac7fbc4886fdb92593898ea713f663dfd.tar.xz kernel-qcow2-util-linux-09dd84cac7fbc4886fdb92593898ea713f663dfd.zip |
schedutils: define SCHED_BATCH when compile with old glibc
This is temporary workaround and it will be removed in 2.14 when
minimal number of people will use old systems where is not defined
SCHED_BATCH in (bits/)sched.h.
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,3 +30,6 @@ - rewrite ipcs to use /proc/sys/kernel rather than unreliable syscalls (there are problems with 32bit userspace on 64bit kernel) + +- remove support for old system headers (like missing ioctls, ..) + * check for SCHED_BATCH in the configure script |