mirror of git://sourceware.org/git/glibc.git
Add alias for imaxdiv.
This commit is contained in:
parent
e8d795b077
commit
a46a95b7e4
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
|
/* Copyright (C) 1996, 1997, 2001 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Richard Henderson <rth@tamu.edu>.
|
Contributed by Richard Henderson <rth@tamu.edu>.
|
||||||
|
|
||||||
|
@ -106,3 +106,4 @@ $divbyzero:
|
||||||
.end ldiv
|
.end ldiv
|
||||||
|
|
||||||
weak_alias(ldiv, lldiv)
|
weak_alias(ldiv, lldiv)
|
||||||
|
weak_alias(ldiv, imaxdiv)
|
||||||
|
|
Loading…
Reference in New Issue