diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2004-01-06 19:28:07 +0000 |
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2004-01-06 19:28:07 +0000 |
| commit | 2d24bf11c80f1908f3a41be2000f9bf48705e442 (patch) | |
| tree | 837937180faa462ce91d7c2298702d70ade82424 /lib/libc | |
| parent | 4f6304398f27b011f6768a9dc4c6377d16e31cdd (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/alpha/gen/fpgetmask.c | 2 | ||||
| -rw-r--r-- | lib/libc/alpha/gen/makecontext.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/alpha/gen/fpgetmask.c b/lib/libc/alpha/gen/fpgetmask.c index 5fbb13f315f8..43053aaf7f62 100644 --- a/lib/libc/alpha/gen/fpgetmask.c +++ b/lib/libc/alpha/gen/fpgetmask.c @@ -38,6 +38,8 @@ __FBSDID("$FreeBSD$"); #include <ieeefp.h> #include <machine/sysarch.h> +extern int sysarch(int op, char *parms); + struct params { u_int64_t mask; }; diff --git a/lib/libc/alpha/gen/makecontext.c b/lib/libc/alpha/gen/makecontext.c index b5f408c39525..bc8ea037731a 100644 --- a/lib/libc/alpha/gen/makecontext.c +++ b/lib/libc/alpha/gen/makecontext.c @@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$"); #include <errno.h> #include <stdarg.h> +#include <stdlib.h> #include <ucontext.h> #include <unistd.h> |
