This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] Fix ia64 sys/ucontext.h


On Mon, May 21, 2001 at 08:59:24PM +0200, Jakub Jelinek wrote:
> Hi!
> 
> #define _XOPEN_SOURCE 500
> #include <signal.h>
> #include <sys/ucontext.h>

Actually
#define _XOPEN_SOURCE 500
#include <signal.h>
is enough to reproduce it.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]