diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-20 20:14:59 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-05-20 20:14:59 +0000 |
commit | 86be6a02075123f0b47115b24286703ea8351417 (patch) | |
tree | 1c705b7b61e8ed5ead7363374a915aab30a6d0e2 /libpthread/linuxthreads.old/forward.c | |
parent | 143fdd3a3bccca45ff05d104df9faebeb02af792 (diff) |
add an URL to relevant gcc bugzilla entry
Diffstat (limited to 'libpthread/linuxthreads.old/forward.c')
-rw-r--r-- | libpthread/linuxthreads.old/forward.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libpthread/linuxthreads.old/forward.c b/libpthread/linuxthreads.old/forward.c index 6bb21c255..eeaefd7a3 100644 --- a/libpthread/linuxthreads.old/forward.c +++ b/libpthread/linuxthreads.old/forward.c @@ -32,8 +32,9 @@ will not warn: //libc_hidden_proto(foo) but adding after will! Which is extremely strange - weak_extern expands into just "#pragma weak __pthread_initialize". -TODO: determine whether it is a gcc bug or what... -for now, just include all headers before internals.h +TODO: determine whether it is a gcc bug or what +(see gcc.gnu.org/bugzilla/show_bug.cgi?id=36282). +For now, just include all headers before internals.h (they are again included in internals.h - maybe remove them there later) */ #include <string.h> |