summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--newlib/libc/include/sched.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/include/sched.h b/newlib/libc/include/sched.h
index 504ad5274..1016235bb 100644
--- a/newlib/libc/include/sched.h
+++ b/newlib/libc/include/sched.h
@@ -90,6 +90,10 @@ int sched_yield( void );
#endif /* _POSIX_THREADS or _POSIX_PRIORITY_SCHEDULING */
+#if __GNU_VISIBLE
+int sched_getcpu(void);
+#endif
+
#ifdef __cplusplus
}
#endif