aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/mips
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2012-02-01 13:33:53 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2012-02-01 13:33:53 +0000
commit754f1c1e6307861094e0fbb699d0abcb3a7cdd4d (patch)
treebdab0f4c2ad8cd4a1ba76a4273f35252213afdf0 /lib/libc/mips
parent2512b096a2d5621bd4cd81211a0e8c013cc5cef1 (diff)
downloadsrc-754f1c1e6307861094e0fbb699d0abcb3a7cdd4d.tar.gz
src-754f1c1e6307861094e0fbb699d0abcb3a7cdd4d.zip
Make the sys/ucontext.h self-contained by changing the return type
of __getcontextx_size(3) from size_t to int. PR: ports/164654 MFC after: 1 month
Notes
Notes: svn path=/head/; revision=230864
Diffstat (limited to 'lib/libc/mips')
-rw-r--r--lib/libc/mips/gen/getcontextx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/mips/gen/getcontextx.c b/lib/libc/mips/gen/getcontextx.c
index b701c18c303e..307978a466dd 100644
--- a/lib/libc/mips/gen/getcontextx.c
+++ b/lib/libc/mips/gen/getcontextx.c
@@ -32,7 +32,7 @@ __FBSDID("$FreeBSD$");
#include <errno.h>
#include <stdlib.h>
-size_t
+int
__getcontextx_size(void)
{