summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-06 08:55:46 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-06 08:55:46 +0000
commit267c1ab0b4616c820495f6015897303b24e1b8a6 (patch)
tree8ac826214b4816e4afc3fed109beb5a4dd51adcb /libpthread
parentc0adda8b79ffe068586600f0a17dfa8a03a4c247 (diff)
- silence warning
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/linuxthreads.old/forward.c2
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: