]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove __setfpucw declaration, it's an internal symbol.
authorUlrich Drepper <drepper@redhat.com>
Thu, 26 Nov 1998 12:00:10 +0000 (12:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 26 Nov 1998 12:00:10 +0000 (12:00 +0000)
sysdeps/alpha/fpu/fpu_control.h
sysdeps/arm/fpu/fpu_control.h
sysdeps/m68k/fpu_control.h

index bcf73e857e2b695e742f2d643735d266ce84f3fa..dfca373c3de8131a687409fb1a3cfd341dffcf93 100644 (file)
@@ -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 */
index 8a2d338c49e8ab30c7bcd1d8a21286ea883fd17c..27b8dda9723911cf5eab7c3fa4f359ad8ea00c91 100644 (file)
@@ -83,11 +83,4 @@ typedef unsigned int fpu_control_t;
 /* Default control word set at startup.  */
 extern fpu_control_t __fpu_control;
 
-__BEGIN_DECLS
-
-/* Called at startup.  It can be used to manipulate fpu control register.  */
-extern void __setfpucw __P ((fpu_control_t));
-
-__END_DECLS
-
 #endif /* _FPU_CONTROL_H */
index 12ea1336c3e7598b01aaf5f27b9264a810612952..28405b6a3bb057f9c3b824ffc1c5f9eadf010dc2 100644 (file)
@@ -1,5 +1,5 @@
 /* 68k FPU control word definitions.
-   Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -98,11 +98,4 @@ typedef unsigned int fpu_control_t __attribute__ ((__mode__ (__SI__)));
 /* Default control word set at startup.  */
 extern fpu_control_t __fpu_control;
 
-__BEGIN_DECLS
-
-/* Called at startup.  It can be used to manipulate fpu control register.  */
-extern void __setfpucw __P ((fpu_control_t));
-
-__END_DECLS
-
 #endif /* _M68K_FPU_CONTROL_H */