summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.s/n_sigsuspend.S
blob: a1cfc014d153189e8b3fdf6d452e3eafb081f95e (plain)
1
2
3
4
5
#include "syscalls.h"

#ifdef __NR_sigsuspend
syscall_weak(sigsuspend,__old_sigsuspend,__n_sigsuspend)
#endif