haiku/headers/posix/sched.h

19 lines
270 B
C
Raw Normal View History

/*
* Copyright 2008, Haiku Inc. All rights reserved.
* Distributed under the terms of the MIT license.
*/
#ifndef _SCHED_H_
#define _SCHED_H_
#ifdef __cplusplus
extern "C" {
#endif
extern int sched_yield(void);
#ifdef __cplusplus
}
#endif
#endif /* _SCHED_H_ */