From: Roland McGrath Date: Tue, 4 Jun 2002 18:35:03 +0000 (+0000) Subject: 2002-06-02 Roland McGrath X-Git-Tag: upstream/2.20~14724 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a21d582e68aa49b63786c3f0a1d841bb5535351f;p=platform%2Fupstream%2Flinaro-glibc.git 2002-06-02 Roland McGrath * include/link.h: Include to make sure USE_TLS is defined. --- diff --git a/include/link.h b/include/link.h index e36aafc..ad4e0a4 100644 --- a/include/link.h +++ b/include/link.h @@ -1,6 +1,6 @@ /* Data structure for communication from the run-time dynamic linker for loaded ELF shared objects. - Copyright (C) 1995-1999, 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 1995-1999,2000,01,02 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 @@ -35,6 +35,7 @@ #include /* Defines __ELF_NATIVE_CLASS. */ #include #include +#include /* Defines USE_TLS. */ /* Rendezvous structure used by the run-time dynamic linker to communicate details of shared object loading to the debugger. If the executable's