summaryrefslogtreecommitdiff
path: root/lib/umodsi3.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/umodsi3.c')
-rw-r--r--lib/umodsi3.c27
1 files changed, 14 insertions, 13 deletions
diff --git a/lib/umodsi3.c b/lib/umodsi3.c
index 115dc743b..ead773758 100644
--- a/lib/umodsi3.c
+++ b/lib/umodsi3.c
@@ -1,19 +1,20 @@
-//===-- umodsi3.c - Implement __umodsi3 -----------------------------------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This file implements __umodsi3 for the compiler_rt library.
-//
-//===----------------------------------------------------------------------===//
+/* ===-- umodsi3.c - Implement __umodsi3 -----------------------------------===
+ *
+ * The LLVM Compiler Infrastructure
+ *
+ * This file is distributed under the University of Illinois Open Source
+ * License. See LICENSE.TXT for details.
+ *
+ * ===----------------------------------------------------------------------===
+ *
+ * This file implements __umodsi3 for the compiler_rt library.
+ *
+ * ===----------------------------------------------------------------------===
+ */
#include "int_lib.h"
-// Returns: a % b
+/* Returns: a % b */
su_int __udivsi3(su_int a, su_int b);