History log of /netbsd-src/lib/libpthread/pthread_ras.expsym (Results 1 – 1 of 1)
Revision Date Author Comments
# d3f52b84 22-Nov-2024 riastradh <riastradh@NetBSD.org>

libpthread: Fix expected symbols on alpha and hppa.

These have PTHREAD__ASM_RASOPS and define a different subset of
symbols which get exported. None of these pthread__ras_* and
pthread__lock_* symb

libpthread: Fix expected symbols on alpha and hppa.

These have PTHREAD__ASM_RASOPS and define a different subset of
symbols which get exported. None of these pthread__ras_* and
pthread__lock_* symbols _should_ be exported but we can fix that in a
future revbump.

PR lib/58838: shared libraries in base should all have expsym lists

show more ...