summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-01 00:14:43 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-01 00:14:43 +0000
commitfbef15d8d3ff9ceb388913b9ad647d986e5a0500 (patch)
treee1a5b38506f09ea71eda4ab31c694ec4414cdc53 /libc/sysdeps/linux/mips
parent274a4f59f15dbfcc70204dbd6d94be2176091cc9 (diff)
add prototype to get rid of warning
Diffstat (limited to 'libc/sysdeps/linux/mips')
-rw-r--r--libc/sysdeps/linux/mips/bits/kernel_sigaction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/mips/bits/kernel_sigaction.h b/libc/sysdeps/linux/mips/bits/kernel_sigaction.h
index b6f52cc9c..317e5b389 100644
--- a/libc/sysdeps/linux/mips/bits/kernel_sigaction.h
+++ b/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);