36#define __CPU_SETSIZE 1024 
   37#define __NCPUBITS (8 * sizeof(__cpu_mask)) 
   38typedef unsigned long int __cpu_mask;
 
   40    __cpu_mask __bits[__CPU_SETSIZE / __NCPUBITS];
 
   49    puts(
"[ERROR] sched_yield called (defined in sched.h)\n");
 
This module a wrapper for the stdio.h header intended to remove all calls to stdout when stdio_null i...
int sched_yield(void)
Compilation with g++ may require the declaration of this function.