Signed-off-by: gfleury <gfleury@disroot.org>
Message-ID: <
20241219203727.669825-3-gfleury@disroot.org>
pt-timedblock \
pt-block-intr \
pt-timedblock-intr \
- pt-wakeup \
pt-docancel \
pt-sysdep \
pt-setup \
pt-sigmask \
pt-sigstate \
pt-sigstate-destroy \
+ pt-wakeup \
# routines
shared-only-routines = forward
__pthread_sigstate;
__pthread_sigstate_destroy;
__pthread_sigmask;
+ __pthread_wakeup;
}
}
/* Wakeup THREAD. */
extern void __pthread_wakeup (struct __pthread *thread);
-
+libc_hidden_proto (__pthread_wakeup)
/* Perform a cancelation. The CANCEL_LOCK member of the given thread must
be locked before calling this function, which must unlock it. */
0, MACH_PORT_NULL);
assert_perror (err);
}
+libc_hidden_def (__pthread_wakeup)