diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-11-26 12:00:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-11-26 12:00:10 +0000 |
commit | 1173aab2d28d0d8ada3f773002ea6aa35f3125e2 (patch) | |
tree | cb76433ebdad380823c6b3e60d181d8fabc0bd08 /sysdeps/alpha | |
parent | bc8f3c9b4e9b106ab55863f1035e1e515fcf7f10 (diff) | |
download | glibc-1173aab2d28d0d8ada3f773002ea6aa35f3125e2.tar glibc-1173aab2d28d0d8ada3f773002ea6aa35f3125e2.tar.gz glibc-1173aab2d28d0d8ada3f773002ea6aa35f3125e2.tar.bz2 glibc-1173aab2d28d0d8ada3f773002ea6aa35f3125e2.zip |
Remove __setfpucw declaration, it's an internal symbol.
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r-- | sysdeps/alpha/fpu/fpu_control.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sysdeps/alpha/fpu/fpu_control.h b/sysdeps/alpha/fpu/fpu_control.h index bcf73e857e..dfca373c3d 100644 --- a/sysdeps/alpha/fpu/fpu_control.h +++ b/sysdeps/alpha/fpu/fpu_control.h @@ -1,5 +1,5 @@ /* FPU control word bits. Alpha-maped-to-Intel version. - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Olaf Flebbe. @@ -103,11 +103,4 @@ typedef unsigned int fpu_control_t; /* Default control word set at startup. */ extern fpu_control_t __fpu_control; -__BEGIN_DECLS - -/* called by start.o. It can be used to manipulate fpu control word. */ -extern void __setfpucw __P ((unsigned short)); - -__END_DECLS - #endif /* _ALPHA_FPU_CONTROL */ |