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.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/syscalls.s/n_sigsuspend.S b/mdk-stage1/dietlibc/syscalls.s/n_sigsuspend.S
index be461b37d..a1cfc014d 100644
--- a/mdk-stage1/dietlibc/syscalls.s/n_sigsuspend.S
+++ b/mdk-stage1/dietlibc/syscalls.s/n_sigsuspend.S
@@ -1,3 +1,5 @@
#include "syscalls.h"
+#ifdef __NR_sigsuspend
syscall_weak(sigsuspend,__old_sigsuspend,__n_sigsuspend)
+#endif