diff options
author | peter <peter@FreeBSD.org> | 2003-11-08 02:39:46 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-11-08 02:39:46 +0000 |
commit | e27aec25abddc9701fed6b7bf15735b5959b9320 (patch) | |
tree | 4b9faca1c3b591235db0ab0e747bebc1de70d167 /sys/amd64/include/signal.h | |
parent | 0084fd36b857d4130110925e067f452a219039ea (diff) | |
download | FreeBSD-src-e27aec25abddc9701fed6b7bf15735b5959b9320.zip FreeBSD-src-e27aec25abddc9701fed6b7bf15735b5959b9320.tar.gz |
Rename npx* to fpu*. I haven't done the flags/function names yet.
Diffstat (limited to 'sys/amd64/include/signal.h')
-rw-r--r-- | sys/amd64/include/signal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/signal.h b/sys/amd64/include/signal.h index 9aad84a..a98d8fb 100644 --- a/sys/amd64/include/signal.h +++ b/sys/amd64/include/signal.h @@ -100,7 +100,7 @@ struct sigcontext { long sc_ss; long sc_len; /* sizeof(mcontext_t) */ /* - * XXX - See <machine/ucontext.h> and <machine/npx.h> for + * XXX - See <machine/ucontext.h> and <machine/fpu.h> for * the following fields. */ long sc_fpformat; |