diff options
Diffstat (limited to 'lib/msun/src/get_hw_float.c')
-rw-r--r-- | lib/msun/src/get_hw_float.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/get_hw_float.c b/lib/msun/src/get_hw_float.c index ffa9d70..932ebd9 100644 --- a/lib/msun/src/get_hw_float.c +++ b/lib/msun/src/get_hw_float.c @@ -29,7 +29,7 @@ #include <sys/types.h> #include <sys/sysctl.h> -int __get_hw_float __P((void)); +int __get_hw_float(void); static int hw_float = -1; |