summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.s/n_sigsuspend.S
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/syscalls.s/n_sigsuspend.S')
-rw-r--r--mdk-stage1/dietlibc/syscalls.s/n_sigsuspend.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/mdk-stage1/dietlibc/syscalls.s/n_sigsuspend.S b/mdk-stage1/dietlibc/syscalls.s/n_sigsuspend.S
deleted file mode 100644
index a1cfc014d..000000000
--- a/mdk-stage1/dietlibc/syscalls.s/n_sigsuspend.S
+++ /dev/null
@@ -1,5 +0,0 @@
-#include "syscalls.h"
-
-#ifdef __NR_sigsuspend
-syscall_weak(sigsuspend,__old_sigsuspend,__n_sigsuspend)
-#endif