mirror of git://sourceware.org/git/glibc.git
Also define _internal alias.
This commit is contained in:
parent
016f45be9b
commit
801777ebaf
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
|
/* Copyright (C) 1996, 1997, 2002 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -34,5 +34,6 @@ __CONCATX(__,FUNC) (x)
|
||||||
return __m81_u(__CONCATX(__,FUNC))(x);
|
return __m81_u(__CONCATX(__,FUNC))(x);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
INTDEF(__CONCATX(__,FUNC))
|
||||||
#define weak_aliasx(a,b) weak_alias(a,b)
|
#define weak_aliasx(a,b) weak_alias(a,b)
|
||||||
weak_aliasx (__CONCATX(__,FUNC), FUNC)
|
weak_aliasx (__CONCATX(__,FUNC), FUNC)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1991, 1992, 1995, 1997 Free Software Foundation, Inc.
|
/* Copyright (C) 1991, 1992, 1995, 1997, 2002 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -42,4 +42,5 @@ __isinfl (long double value)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
INTDEF(__isinfl)
|
||||||
weak_alias (__isinfl, isinfl);
|
weak_alias (__isinfl, isinfl);
|
||||||
|
|
Loading…
Reference in New Issue