mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-05 17:11:06 +00:00
(INTDEFX): Remove.
(hidden_defx): Define and use.
This commit is contained in:
parent
f3a580877e
commit
059d7143ed
@ -34,7 +34,7 @@ __CONCATX(__,FUNC) (x)
|
||||
return __m81_u(__CONCATX(__,FUNC))(x);
|
||||
}
|
||||
|
||||
#define INTDEFX(a) INTDEF(a)
|
||||
INTDEFX(__CONCATX(__,FUNC))
|
||||
#define hidden_defx(a) hidden_def(a)
|
||||
hidden_defx(__CONCATX(__,FUNC))
|
||||
#define weak_aliasx(a,b) weak_alias(a,b)
|
||||
weak_aliasx (__CONCATX(__,FUNC), FUNC)
|
||||
|
Loading…
Reference in New Issue
Block a user