aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2023-03-25 16:55:20 -0700
committerAndrew G. Morgan <morgan@kernel.org>2023-03-25 16:55:20 -0700
commit3a93d8edcf7ca6879f7a2298dfafec8ac01d37a7 (patch)
treee262e3c2a124f0244bf76266660d054387aabe7b
parent5496a0e3854dba9374823e9b561ee8c5fd9c59f4 (diff)
downloadlibcap-3a93d8edcf7ca6879f7a2298dfafec8ac01d37a7.tar.gz
Undo hiding the wrapped function call in libpsx.
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r--psx/psx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/psx/psx.c b/psx/psx.c
index ecd2274..d9c0485 100644
--- a/psx/psx.c
+++ b/psx/psx.c
@@ -485,7 +485,6 @@ static void *_psx_start_fn(void *data) {
* __wrap_pthread_create is the wrapped destination of all regular
* pthread_create calls.
*/
-__attribute__((visibility ("hidden")))
int __wrap_pthread_create(pthread_t *thread, const pthread_attr_t *attr,
void *(*start_routine) (void *), void *arg) {
psx_starter_t *starter = calloc(1, sizeof(psx_starter_t));