mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
(INTDEFX): Define to get correct expansion order.
This commit is contained in:
parent
8248bb200e
commit
440fb8d5e6
@ -34,6 +34,7 @@ __CONCATX(__,FUNC) (x)
|
||||
return __m81_u(__CONCATX(__,FUNC))(x);
|
||||
}
|
||||
|
||||
INTDEF(__CONCATX(__,FUNC))
|
||||
#define INTDEFX(a) INTDEF(a)
|
||||
INTDEFX(__CONCATX(__,FUNC))
|
||||
#define weak_aliasx(a,b) weak_alias(a,b)
|
||||
weak_aliasx (__CONCATX(__,FUNC), FUNC)
|
||||
|
Loading…
Reference in New Issue
Block a user