diff options
author | Roland McGrath <roland@gnu.org> | 2009-02-28 02:26:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2009-02-28 02:26:51 +0000 |
commit | e965d5147e216ceb4157ad478cd271af96866e77 (patch) | |
tree | 7b1fadba2e158c0b428475c5dae5bf49d26c6327 /nptl/init.c | |
parent | 8744841f9ab79b725d37395d6f4057a92bdc9953 (diff) | |
download | glibc-e965d5147e216ceb4157ad478cd271af96866e77.zip glibc-e965d5147e216ceb4157ad478cd271af96866e77.tar.gz glibc-e965d5147e216ceb4157ad478cd271af96866e77.tar.bz2 |
* Makeconfig (%.v.i): Depend on Makeconfig.
Exclude % lines from initial #-comment removal.
Diffstat (limited to 'nptl/init.c')
-rw-r--r-- | nptl/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/init.c b/nptl/init.c index d0f1fc3..ba3caee 100644 --- a/nptl/init.c +++ b/nptl/init.c @@ -260,7 +260,7 @@ extern void **__libc_dl_error_tsd (void) __attribute__ ((const)); /* This can be set by the debugger before initialization is complete. */ -static bool __nptl_initial_report_events; +static bool __nptl_initial_report_events __attribute_used__; void __pthread_initialize_minimal_internal (void) |