* sigevent.c: On GNU_LINUX, check whether __USE_GNU is already defined.
+2005-04-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+ * sigevent.c: On GNU_LINUX, check whether __USE_GNU is already defined.
+
2005-04-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* vty.c: (vty_log_fixed) Use casts to (void *) to try to eliminate
#ifdef HAVE_UCONTEXT_H
#ifdef GNU_LINUX
/* get REG_EIP from ucontext.h */
+#ifndef __USE_GNU
#define __USE_GNU
+#endif /* __USE_GNU */
#endif /* GNU_LINUX */
#include <ucontext.h>
#endif /* HAVE_UCONTEXT_H */