From: Roland McGrath Date: Thu, 10 Nov 2005 00:56:23 +0000 (+0000) Subject: 2005-10-11 Steven Munroe X-Git-Tag: glibc-2.16-ports-before-merge~1006 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ff54449d657d4559e655846d81b920258a7447e;p=thirdparty%2Fglibc.git 2005-10-11 Steven Munroe * sysdeps/powerpc/nofpu/fesetround.c: Add libm_hidden_def. --- diff --git a/sysdeps/powerpc/nofpu/fesetround.c b/sysdeps/powerpc/nofpu/fesetround.c index 842614a9740..a5f8367278c 100644 --- a/sysdeps/powerpc/nofpu/fesetround.c +++ b/sysdeps/powerpc/nofpu/fesetround.c @@ -31,3 +31,4 @@ fesetround (int round) return 0; } +libm_hidden_def (fesetround)