Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/spu/sys/sched.h')
-rw-r--r--newlib/libc/machine/spu/sys/sched.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/newlib/libc/machine/spu/sys/sched.h b/newlib/libc/machine/spu/sys/sched.h
index 60d95c925..90c274c37 100644
--- a/newlib/libc/machine/spu/sys/sched.h
+++ b/newlib/libc/machine/spu/sys/sched.h
@@ -1,12 +1,6 @@
#ifndef _SYS_SCHED_H
#define _SYS_SCHED_H
-#ifdef __cplusplus
-extern "C" {
-#endif
int sched_yield(void);
-#ifdef __cplusplus
-}
-#endif
#endif