Skip to content

Commit d30f858

Browse files
committed
Stray declarations are harmless
1 parent c1ebec6 commit d30f858

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

system/lib/libc/musl/src/thread/pthread_cancel.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
#include "pthread_impl.h"
44
#include "syscall.h"
55

6-
#ifdef __EMSCRIPTEN__
7-
hidden long __cancel();
8-
#else
96
hidden long __cancel(), __syscall_cp_asm(), __syscall_cp_c();
10-
#endif
117

128
long __cancel()
139
{

0 commit comments

Comments
 (0)