From: Roland McGrath Date: Wed, 19 Feb 2003 19:47:36 +0000 (+0000) Subject: 2003-02-16 Roland McGrath X-Git-Tag: cvs/glibc-2_3_2~119 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9a4ef063f9c3a71f6f31677b351723a645e2b6d;p=platform%2Fupstream%2Fglibc.git 2003-02-16 Roland McGrath * signal/signal.h: Include , not . --- diff --git a/signal/signal.h b/signal/signal.h index 1c80864..f0cd50e 100644 --- a/signal/signal.h +++ b/signal/signal.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-1999, 2000, 2001, 2002 Free Software Foundation, Inc. +/* Copyright (C) 1991-1999,2000,2001,2002,2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -327,7 +327,8 @@ extern int siginterrupt (int __sig, int __interrupt) __THROW; # include # ifdef __USE_XOPEN -# include +/* This will define `ucontext_t' and `mcontext_t'. */ +# include # endif /* Run signals handlers on the stack specified by SS (if not NULL).