mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
2003-01-17 Roland McGrath <roland@redhat.com>
* elf/dl-open.c: Fix typo ifdef -> ifndef on _dl_tls_static_size defn.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
/* Load a shared object at runtime, relocate it, and run its initializer.
|
/* Load a shared object at runtime, relocate it, and run its initializer.
|
||||||
Copyright (C) 1996-2001, 2002 Free Software Foundation, Inc.
|
Copyright (C) 1996-2001, 2002, 2003 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -34,7 +34,7 @@
|
|||||||
#include <dl-dst.h>
|
#include <dl-dst.h>
|
||||||
|
|
||||||
|
|
||||||
#ifdef SHARED
|
#ifndef SHARED
|
||||||
/* Giving this initialized value preallocates some surplus bytes in the
|
/* Giving this initialized value preallocates some surplus bytes in the
|
||||||
static TLS area, see __libc_setup_tls (libc-tls.c). */
|
static TLS area, see __libc_setup_tls (libc-tls.c). */
|
||||||
size_t _dl_tls_static_size = 576;
|
size_t _dl_tls_static_size = 576;
|
||||||
|
Reference in New Issue
Block a user