mq_notify: block all (application) signals in the worker thread
[musl] / include / dlfcn.h
index 78fb073..13ab71d 100644 (file)
@@ -35,6 +35,10 @@ int dladdr(const void *, Dl_info *);
 int dlinfo(void *, int, void *);
 #endif
 
+#if _REDIR_TIME64
+__REDIR(dlsym, __dlsym_time64);
+#endif
+
 #ifdef __cplusplus
 }
 #endif