diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2012-02-01 13:33:53 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2012-02-01 13:33:53 +0000 |
| commit | 754f1c1e6307861094e0fbb699d0abcb3a7cdd4d (patch) | |
| tree | bdab0f4c2ad8cd4a1ba76a4273f35252213afdf0 /lib/libc/ia64 | |
| parent | 2512b096a2d5621bd4cd81211a0e8c013cc5cef1 (diff) | |
Notes
Diffstat (limited to 'lib/libc/ia64')
| -rw-r--r-- | lib/libc/ia64/gen/getcontextx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/ia64/gen/getcontextx.c b/lib/libc/ia64/gen/getcontextx.c index b701c18c303e..307978a466dd 100644 --- a/lib/libc/ia64/gen/getcontextx.c +++ b/lib/libc/ia64/gen/getcontextx.c @@ -32,7 +32,7 @@ __FBSDID("$FreeBSD$"); #include <errno.h> #include <stdlib.h> -size_t +int __getcontextx_size(void) { |
