diff options
author | Roland McGrath <roland@gnu.org> | 2005-11-10 00:56:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-11-10 00:56:23 +0000 |
commit | 0ff54449d657d4559e655846d81b920258a7447e (patch) | |
tree | 59ecf18239d4a211f1238a6fac82b58ff2d1b430 /sysdeps/powerpc/nofpu | |
parent | eb519ed7bc401867a2975bc445515369bd8c8072 (diff) | |
download | glibc-0ff54449d657d4559e655846d81b920258a7447e.tar.gz |
2005-10-11 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/powerpc/nofpu/fesetround.c: Add libm_hidden_def.
Diffstat (limited to 'sysdeps/powerpc/nofpu')
-rw-r--r-- | sysdeps/powerpc/nofpu/fesetround.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/powerpc/nofpu/fesetround.c b/sysdeps/powerpc/nofpu/fesetround.c index 842614a974..a5f8367278 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) |