From: Jakub Jelinek Date: Tue, 21 Aug 2007 08:07:28 +0000 (+0000) Subject: * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h. X-Git-Tag: cvs/fedora-glibc-20070825T1839~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b211fe0fef0629f63c49fd223e76f3182d8a96fe;p=thirdparty%2Fglibc.git * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h. 2007-08-21 Jakub Jelinek * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h. --- diff --git a/ChangeLog b/ChangeLog index 5de9673f44c..4cffeae12f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-08-21 Jakub Jelinek + + * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h. + 2007-08-20 Ulrich Drepper * csu/libc-start.c: Don't handle VDSO_SETUP here. diff --git a/sysdeps/unix/sysv/linux/alpha/sysdep.h b/sysdeps/unix/sysv/linux/alpha/sysdep.h index a22da71d601..f0661d16225 100644 --- a/sysdeps/unix/sysv/linux/alpha/sysdep.h +++ b/sysdeps/unix/sysv/linux/alpha/sysdep.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1992, 1993, 1995, 1996, 1997, 2002, 2003, 2004 +/* Copyright (C) 1992, 1993, 1995, 1996, 1997, 2002, 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper, , August 1995. @@ -29,6 +29,8 @@ /* There is some commonality. */ #include +#include + /* For Linux we can use the system call table in the header file /usr/include/asm/unistd.h of the kernel. But these symbols do not follow the SYS_* syntax