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


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

Re: glibc-2.0.95: sysdeps/unix/sysv/linux/sigstack.c won't compile


Horst von Brand <vonbrand@sleipnir.valparaiso.cl> writes:

> --- glibc-2.0.95/sysdeps/unix/sysv/linux/sigstack.c.dist	Fri Jun 19 16:07:06 1998
> +++ glibc-2.0.95/sysdeps/unix/sysv/linux/sigstack.c	Sun Aug  2 09:28:27 1998
> @@ -18,6 +18,7 @@
>     write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
>     Boston, MA 02111-1307, USA.  */
>  
> +#include <stddef.h>
>  #include <signal.h>
>  #include <sys/syscall.h>

I've added this already but lemme guess: you compiled without optimization?

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


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