This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 0/4] nptl: Add pthread_clockjoin_np


These changes introduce a testsuite build failure for hppa because they 
fail to update the separate hppa pthread.h.

tst-join3.c: In function 'do_test_clock':
tst-join3.c:63:11: error: implicit declaration of function 'pthread_clockjoin_np'; did you mean 'pthread_timedjoin_np'? [-Werror=implicit-function-declaration]
   63 |     val = pthread_clockjoin_np (th, &status, clockid, &timeout);
      |           ^~~~~~~~~~~~~~~~~~~~
      |           pthread_timedjoin_np
cc1: all warnings being treated as errors


-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]