Repairing damage and recovering changes including C++ wrappers..

This commit is contained in:
Joel Sherrill
1999-04-26 18:22:08 +00:00
parent 3aeaca9071
commit c7aa9d6ff8
12 changed files with 106 additions and 9 deletions

View File

@@ -7,6 +7,10 @@
#ifndef __POSIX_SCHEDULING_h
#define __POSIX_SCHEDULING_h
#ifdef __cplusplus
extern "C" {
#endif
#include <sys/features.h>
#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 */