mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
Remove argument variable name from function declaration
This commit is contained in:
parent
5d7dd1ca84
commit
302913e17e
@ -1,3 +1,8 @@
|
||||
2013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
|
||||
* sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
|
||||
variable name from declaration.
|
||||
|
||||
2013-01-03 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
|
||||
|
@ -81,6 +81,6 @@ void __dvd(const mp_no *, const mp_no *, mp_no *, int);
|
||||
extern void __mpatan (mp_no *, mp_no *, int);
|
||||
extern void __mpatan2 (mp_no *, mp_no *, mp_no *, int);
|
||||
extern void __mpsqrt (mp_no *, mp_no *, int);
|
||||
extern void __mpexp (mp_no *, mp_no *__y, int);
|
||||
extern void __mpexp (mp_no *, mp_no *, int);
|
||||
extern void __c32 (mp_no *, mp_no *, mp_no *, int);
|
||||
extern int __mpranred (double, mp_no *, int);
|
||||
|
Loading…
Reference in New Issue
Block a user