linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cyclictest: remove some uclibc specific defines
@ 2011-03-07  9:10 Sebastian Andrzej Siewior
  0 siblings, 0 replies; only message in thread
From: Sebastian Andrzej Siewior @ 2011-03-07  9:10 UTC (permalink / raw)
  To: Clark Williams; +Cc: linux-rt-users

The uClibc stuff I remove here made it into uclibc in 0.9.29-rc1 which
was relase in April 2k7. The final release was in May. I think that is
enough time.

I leave clock_nanosleep() because it made its way into uClibc in
v0.9.32-rc1. Currently there is -rc2 available.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
 src/cyclictest/cyclictest.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c
index 0847aed..4756ff8 100644
--- a/src/cyclictest/cyclictest.c
+++ b/src/cyclictest/cyclictest.c
@@ -65,14 +65,6 @@ static int clock_nanosleep(clockid_t clock_id, int flags, const struct timespec
 	return syscall(__NR_clock_nanosleep, clock_id, flags, req, rem);
 }
 
-static int sched_setaffinity(pid_t pid, unsigned int cpusetsize,
-		cpu_set_t *mask)
-{
-	return -EINVAL;
-}

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-07  9:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-07  9:10 [PATCH] cyclictest: remove some uclibc specific defines Sebastian Andrzej Siewior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).