Forráskód Böngészése

include prototype for __syscall_rt_sigaction

Mike Frysinger 19 éve
szülő
commit
6b3ce6f050
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      libc/sysdeps/linux/hppa/bits/kernel_sigaction.h

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

@@ -16,3 +16,6 @@ struct kernel_sigaction {
 	unsigned long sa_flags;
 	sigset_t sa_mask;
 };
+
+extern int __syscall_rt_sigaction (int, const struct kernel_sigaction *__unbounded,
+	struct kernel_sigaction *__unbounded, size_t);