]> err.no Git - util-linux/commit
taskset: use libc based cpu_set_t
authorKarel Zak <kzak@redhat.com>
Thu, 27 May 2010 09:32:50 +0000 (11:32 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 1 Jun 2010 09:06:50 +0000 (11:06 +0200)
commitff5a6d206752f305b0552be13a4cb9f4b68e717b
treef71cc6d29250ef0fc56f21cf9c9fb8e2e536609a
parent125b6a9191a1b09dbeaa1a068e7b0a966fca03fa
taskset: use libc based cpu_set_t

The glibc already supports dynamically allocated CPU sets. We don't
have to maintains our private non-compatible implementation.

Signed-off-by: Karel Zak <kzak@redhat.com>
include/cpuset.h
lib/cpuset.c
schedutils/taskset.c