diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2013-05-28 04:54:16 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2013-05-28 04:54:16 +0000 |
| commit | 55a1911ef268cd0915f9e1ab1b24488716d47562 (patch) | |
| tree | 7276aafc4c54d0b15dc950d0d6e67bba3398f4f5 /lib/libc/ia64 | |
| parent | ad600fe1aae5f90b9e335978bb025e6d56323e6a (diff) | |
Notes
Diffstat (limited to 'lib/libc/ia64')
| -rw-r--r-- | lib/libc/ia64/gen/getcontextx.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/libc/ia64/gen/getcontextx.c b/lib/libc/ia64/gen/getcontextx.c index 307978a466dd..54f851384811 100644 --- a/lib/libc/ia64/gen/getcontextx.c +++ b/lib/libc/ia64/gen/getcontextx.c @@ -40,6 +40,13 @@ __getcontextx_size(void) } int +__fillcontextx2(char *ctx) +{ + + return (0); +} + +int __fillcontextx(char *ctx) { ucontext_t *ucp; |
