]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgcc/udivmodsi4.c
Update copyright years.
[thirdparty/gcc.git] / libgcc / udivmodsi4.c
index 39c030fa4df6093adae5f359bd7c205e806dc3a7..9e70897019c9f60f9ad5f7af93a70676e07f72e5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2024 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -22,7 +22,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 <http://www.gnu.org/licenses/>.  */
 
 unsigned long
-udivmodsi4(unsigned long num, unsigned long den, int modwanted)
+__udivmodsi4(unsigned long num, unsigned long den, int modwanted)
 {
   unsigned long bit = 1;
   unsigned long res = 0;