source: scripts/patches/glibc-2.3.3-lfh-m68k-no-precision-timers.patch@ 02ca91d

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 02ca91d was 7f65c0e, checked in by Jim Gifford <clfs@…>, 19 years ago

r625@server (orig r623): jim | 2005-10-31 12:43:24 -0800
Final Move

  • Property mode set to 100644
File size: 459 bytes
RevLine 
[617118d]1--- glibc-20040423/sysdeps/unix/sysv/linux/kernel-features.h-orig Tue Jun 8 00:00:18 2004
2+++ glibc-20040423/sysdeps/unix/sysv/linux/kernel-features.h Tue Jun 8 00:01:28 2004
3@@ -300,7 +300,7 @@
4
5 /* Beginning with 2.5.63 support for realtime and monotonic clocks and
6 timers based on them is available. */
7-#if __LINUX_KERNEL_VERSION >= 132415
8+#if __LINUX_KERNEL_VERSION >= 132415 && !defined __mc68000__
9 # define __ASSUME_POSIX_TIMERS 1
10 #endif
11
Note: See TracBrowser for help on using the repository browser.