diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-06 08:55:46 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-06 08:55:46 +0000 |
commit | 267c1ab0b4616c820495f6015897303b24e1b8a6 (patch) | |
tree | 8ac826214b4816e4afc3fed109beb5a4dd51adcb | |
parent | c0adda8b79ffe068586600f0a17dfa8a03a4c247 (diff) |
- silence warning
-rw-r--r-- | libpthread/linuxthreads.old/forward.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old/forward.c b/libpthread/linuxthreads.old/forward.c index b5b91058f..5dc9cf4c0 100644 --- a/libpthread/linuxthreads.old/forward.c +++ b/libpthread/linuxthreads.old/forward.c @@ -24,7 +24,7 @@ /* psm: keep this before internals.h */ libc_hidden_proto(exit) #if 0 -vda: here's why: +vda: here is why: In libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-lock.h adding libc_hidden_proto(foo) just before weak_extern (__pthread_initialize) will not warn: |