Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4874 → Rev 6099

/contrib/sdk/sources/newlib/libc/include/sys/sched.h
14,7 → 14,7
* OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS
* SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*
* $Id: sched.h,v 1.3 2010/04/01 18:33:37 jjohnstn Exp $
* $Id$
*/
 
 
21,6 → 21,8
#ifndef _SYS_SCHED_H_
#define _SYS_SCHED_H_
 
#include <sys/_timespec.h>
 
#ifdef __cplusplus
extern "C" {
#endif