home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue4 / SDL / gcc346 / !gcc / include / unixlib / h / sched < prev    next >
Encoding:
Text File  |  2006-09-17  |  524 b   |  28 lines

  1. /****************************************************************************
  2.  *
  3.  * $Source: /usr/local/cvsroot/gccsdk/unixlib/source/clib/sched.h,v $
  4.  * $Date: 2005/03/31 12:59:19 $
  5.  * $Revision: 1.2 $
  6.  * $State: Exp $
  7.  * $Author: nick $
  8.  *
  9.  ***************************************************************************/
  10.  
  11. #ifndef __SCHED_H
  12. #define __SCHED_H
  13.  
  14. #ifndef __UNIXLIB_FEATURES
  15. #include <features.h>
  16. #endif
  17.  
  18. __BEGIN_DECLS
  19.  
  20. #include <bits/sched.h>
  21.  
  22. extern int sched_yield (void);
  23.  
  24. __END_DECLS
  25.  
  26. #endif /* __SCHED_H */
  27.  
  28.