mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
486 B

  1. --- glibc-2.3.2/sysdeps/unix/sysv/linux/sparc/sys/ucontext.h.orig 2003-08-03 19:45:12.000000000 +0000
  2. +++ glibc-2.3.2/sysdeps/unix/sysv/linux/sparc/sys/ucontext.h 2003-08-03 19:47:29.000000000 +0000
  3. @@ -19,6 +19,8 @@
  4. #ifndef _SYS_UCONTEXT_H
  5. #define _SYS_UCONTEXT_H 1
  6. +#ifdef __GLIBC__
  7. +
  8. #include <features.h>
  9. #include <signal.h>
  10. #include <bits/wordsize.h>
  11. @@ -267,4 +269,5 @@
  12. } ucontext_t;
  13. #endif /* __WORDSIZE == 32 */
  14. +#endif /* __GLIBC__ */
  15. #endif /* sys/ucontext.h */