فهرست منبع

add prototype to get rid of warning

Mike Frysinger 20 سال پیش
والد
کامیت
fbef15d8d3
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      libc/sysdeps/linux/mips/bits/kernel_sigaction.h

+ 3 - 0
libc/sysdeps/linux/mips/bits/kernel_sigaction.h

@@ -38,3 +38,6 @@ struct kernel_sigaction {
 	void		(*sa_restorer)(void);
 	int		s_resv[1]; /* reserved */
 };
+
+extern int __syscall_rt_sigaction (int, const struct kernel_sigaction *__unbounded,
+	struct kernel_sigaction *__unbounded, size_t);