X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Fcompat.h;h=37480671052edcb872c58345958b7c543c2ddea4;hb=9fd26814e5df6e255491f6f05fec2faa84157571;hp=05b85a930615516da7175af84661ce144f7d5127;hpb=08114193d6fd56309b520ae50e7117b8bc7f34a5;p=lttng-ust.git diff --git a/liblttng-ust/compat.h b/liblttng-ust/compat.h index 05b85a93..37480671 100644 --- a/liblttng-ust/compat.h +++ b/liblttng-ust/compat.h @@ -14,28 +14,6 @@ * modified is included with the above copyright notice. */ -/* - * sched_getcpu. - */ -#ifdef __linux__ - -#ifdef __UCLIBC__ -#include -#define __getcpu(cpu, node, cache) syscall(__NR_getcpu, cpu, node, cache) -static inline -int sched_getcpu(void) -{ - int c, s; - - s = __getcpu(&c, NULL, NULL); - return (s == -1) ? s : c; -} -#endif /* __UCLIBC__ */ - -#else -#error "Please add support for your OS into liblttng-ust/compat.h." -#endif - /* * lttng_ust_getprocname. */