Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/ldiv.c')
-rw-r--r--newlib/libc/stdlib/ldiv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/stdlib/ldiv.c b/newlib/libc/stdlib/ldiv.c
index d7508f1c5..054b33837 100644
--- a/newlib/libc/stdlib/ldiv.c
+++ b/newlib/libc/stdlib/ldiv.c
@@ -19,9 +19,9 @@ Divide
@tex
$n/d$,
@end tex
-@ifnottex
+@ifinfo
<[n]>/<[d]>,
-@end ifnottex
+@end ifinfo
returning quotient and remainder as two long integers in a structure <<ldiv_t>>.
RETURNS