mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
Add alias for imaxdiv.
This commit is contained in:
parent
45f1a30962
commit
e25d31ef40
@ -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.
|
||||
Contributed by Richard Henderson <rth@tamu.edu>.
|
||||
|
||||
@ -106,3 +106,4 @@ $divbyzero:
|
||||
.end ldiv
|
||||
|
||||
weak_alias(ldiv, lldiv)
|
||||
weak_alias(ldiv, imaxdiv)
|
||||
|
Loading…
Reference in New Issue
Block a user