search for: __th

Displaying 4 results from an estimated 4 matches for "__th".

Did you mean: __t
2018 Jun 08
4
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
On 8 June 2018 at 11:21, PGNet Dev <pgnet.dev at gmail.com> wrote: > fyi > > add'l -- and looks unrelated -- issue > /usr/include/pthread.h:251:12: note: previous declaration of ?pthread_join? was here > extern int pthread_join (pthread_t __th, void **__thread_return); What included pthread.h? That's explicitly not supported by sshd: $ grep THREAD auth-pam.c #ifdef USE_POSIX_THREADS # error "USE_POSIX_THREADS replaced by UNSUPPORTED_POSIX_THREADS_HACK" * Formerly known as USE_POSIX_THREADS, using this is completely unsu...
2018 Jun 08
4
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
On 8 June 2018 at 10:52, PGNet Dev <pgnet.dev at gmail.com> wrote: [...] > So, there's a problem for OpenSSH build with spec'ing LD=/usr/bin/ld ? in this particular case, apparently yes. not generally, though. [...] > What's *intended* re: openssh? Support for LD=ld or only =gcc, or undef'd ? Well the intent is you should be able to set CC and LD to whatever you
2004 Aug 06
1
Compile errors
...39; declared as function returning a function /usr/include/pthread.h:166: parse error before `void' /usr/include/pthread.h:169: parse error before `pthread_self' /usr/include/pthread.h:169: warning: data definition has no type or storage class /usr/include/pthread.h:172: parse error before `__thread1' /usr/include/pthread.h:181: parse error before `__th' /usr/include/pthread.h:187: parse error before `__th' /usr/include/pthread.h:195: parse error before `*' /usr/include/pthread.h:198: parse error before `*' /usr/include/pthread.h:201: parse error before `*' /usr/inc...
2008 Nov 07
2
[LLVMdev] CBE errors
...through LLVM), I can see the appropriate declarations for "pthread_cancel" and its alias. This (mostly) matches the LLVM representation above. $ llvm-g++ -emit-llvm -E -o main.E.cpp main.cpp $ grep -Hn pthread_cancel main.E.cpp main.E.cpp:4414:extern int pthread_cancel (pthread_t __th); main.E.cpp:6058:static __typeof(pthread_cancel) __gthrw_pthread_cancel __attribute__ ((__weakref__("pthread_cancel"))); main.E.cpp:6075: = __extension__ (void *) &__gthrw_pthread_cancel; So, it looks like the CBE code generator is not producing correct output for the alias,...