cygwin.patch 652 B

123456789
  1. diff -Nur eglibc-2.17.orig/libc/ports/sysdeps/arm/nptl/pthread_spin_lock.c eglibc-2.17/libc/ports/sysdeps/arm/nptl/pthread_spin_lock.c
  2. --- eglibc-2.17.orig/libc/ports/sysdeps/arm/nptl/pthread_spin_lock.c 2013-05-08 14:27:27.000000000 +0200
  3. +++ eglibc-2.17/libc/ports/sysdeps/arm/nptl/pthread_spin_lock.c 2013-07-10 12:48:57.000000000 +0200
  4. @@ -20,4 +20,4 @@
  5. /* We can't use the normal "#include <nptl/pthread_spin_lock.c>" because
  6. it will resolve to this very file. Using "sysdeps/.." as reference to the
  7. top level directory does the job. */
  8. -#include <sysdeps/../nptl/pthread_spin_lock.c>
  9. +#include <../sysdeps/../nptl/pthread_spin_lock.c>