From 3da61a6b5c9ca29db55882fb234c23c2695a90e8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 22 Nov 1995 20:40:05 +0000 Subject: [PATCH] (init): Use __fpu_control instead of ___fpu_control. --- sysdeps/unix/sysv/linux/i386/init-first.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/i386/init-first.c b/sysdeps/unix/sysv/linux/i386/init-first.c index 84b5ff9f2c..9ee3f77ef5 100644 --- a/sysdeps/unix/sysv/linux/i386/init-first.c +++ b/sysdeps/unix/sysv/linux/i386/init-first.c @@ -44,7 +44,7 @@ init (int *data) : : "a" (SYS_ify (personality))); /* Set the FPU control word to the proper default value. */ - __setfpucw (___fpu_control); + __setfpucw (__fpu_control); __environ = envp; __libc_init (argc, argv, envp); -- 2.11.4.GIT