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:
authorJeff Johnston <jjohnstn@redhat.com>2009-04-07 02:04:33 +0400
committerJeff Johnston <jjohnstn@redhat.com>2009-04-07 02:04:33 +0400
commit43b1cfeca529918cb01fc07309c9bae7c1ad3630 (patch)
tree5d999554915a6744eec3b91312e48777a4e4a5d0 /newlib/libc/include/sys/features.h
parent6af3d60df9649865ff4edae8ddcd8966021ef1f8 (diff)
2009-04-06 Ken Werner <ken.werner@de.ibm.com>
* libc/include/sys/features.h: Undefine _POSIX_TIMERS for spu. * libc/include/machine/time.h (nanosleep): Declare.
Diffstat (limited to 'newlib/libc/include/sys/features.h')
-rw-r--r--newlib/libc/include/sys/features.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/newlib/libc/include/sys/features.h b/newlib/libc/include/sys/features.h
index 1159dfdd5..866044f60 100644
--- a/newlib/libc/include/sys/features.h
+++ b/newlib/libc/include/sys/features.h
@@ -170,11 +170,6 @@ extern "C" {
#endif /* !__STRICT_ANSI__ || __cplusplus || __STDC_VERSION__ >= 199901L */
#endif /* __CYGWIN__ */
-#ifdef __SPU__
-/* Not much for now! */
-#define _POSIX_TIMERS 1
-#endif
-
#ifdef __cplusplus
}
#endif