diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-08-21 08:07:28 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-08-21 08:07:28 +0000 |
commit | b211fe0fef0629f63c49fd223e76f3182d8a96fe (patch) | |
tree | 66fc3f7af4ae426259b990785dffd231c3d95897 /sysdeps/unix/sysv/linux/alpha/sysdep.h | |
parent | c273641b45eaccdc7f0ae71435f580de02c956e2 (diff) | |
download | glibc-b211fe0fef0629f63c49fd223e76f3182d8a96fe.tar.gz glibc-b211fe0fef0629f63c49fd223e76f3182d8a96fe.tar.xz glibc-b211fe0fef0629f63c49fd223e76f3182d8a96fe.zip |
* sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
2007-08-21 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha/sysdep.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/sysdep.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/sysdep.h b/sysdeps/unix/sysv/linux/alpha/sysdep.h index a22da71d60..f0661d1622 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, <drepper@gnu.ai.mit.edu>, August 1995. @@ -29,6 +29,8 @@ /* There is some commonality. */ #include <sysdeps/unix/alpha/sysdep.h> +#include <tls.h> + /* 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 |