Add alias for imaxdiv.

This commit is contained in:
Andreas Jaeger 2001-03-30 06:57:48 +00:00
parent 45f1a30962
commit e25d31ef40
1 changed files with 2 additions and 1 deletions

View File

@ -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)