From c7aa9d6ff8913785a50b94f8a967b084d61d6af3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 26 Apr 1999 18:22:08 +0000 Subject: Repairing damage and recovering changes including C++ wrappers.. --- cpukit/posix/include/sched.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/posix/include/sched.h') diff --git a/cpukit/posix/include/sched.h b/cpukit/posix/include/sched.h index 14a603c0c5..ccc42d35e2 100644 --- a/cpukit/posix/include/sched.h +++ b/cpukit/posix/include/sched.h @@ -7,6 +7,10 @@ #ifndef __POSIX_SCHEDULING_h #define __POSIX_SCHEDULING_h +#ifdef __cplusplus +extern "C" { +#endif + #include #if defined(_POSIX_PRIORITY_SCHEDULING) @@ -83,6 +87,10 @@ int sched_yield( void ); #endif /* _POSIX_THREADS or _POSIX_PRIORITY_SCHEDULING */ +#ifdef __cplusplus +} +#endif + #endif /* end of include file */ -- cgit v1.2.3