diff options
author | Wilco Dijkstra <wdijkstr@arm.com> | 2014-10-24 12:53:19 +0000 |
---|---|---|
committer | Wilco Dijkstra <wdijkstr@arm.com> | 2014-10-24 12:53:19 +0000 |
commit | eb04247d5d0aafbf40e8da078ef57759ba4c8097 (patch) | |
tree | a6a5425762c2ade5399069e7427a7e8c6fc7ee3e /sysdeps/aarch64/fpu/fraiseexcpt.c | |
parent | 13d845549e41823e6658122dcf268154bcbbcfde (diff) | |
download | glibc-eb04247d5d0aafbf40e8da078ef57759ba4c8097.tar.gz glibc-eb04247d5d0aafbf40e8da078ef57759ba4c8097.tar.xz glibc-eb04247d5d0aafbf40e8da078ef57759ba4c8097.zip |
Remove spaces.
Diffstat (limited to 'sysdeps/aarch64/fpu/fraiseexcpt.c')
-rw-r--r-- | sysdeps/aarch64/fpu/fraiseexcpt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/aarch64/fpu/fraiseexcpt.c b/sysdeps/aarch64/fpu/fraiseexcpt.c index 3e5c118677..77c6ca7e89 100644 --- a/sysdeps/aarch64/fpu/fraiseexcpt.c +++ b/sysdeps/aarch64/fpu/fraiseexcpt.c @@ -88,5 +88,4 @@ feraiseexcept (int excepts) return 0; } - libm_hidden_def (feraiseexcept) |