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 054b33837..d7508f1c5 100644
--- a/newlib/libc/stdlib/ldiv.c
+++ b/newlib/libc/stdlib/ldiv.c
@@ -19,9 +19,9 @@ Divide
@tex
$n/d$,
@end tex
-@ifinfo
+@ifnottex
<[n]>/<[d]>,
-@end ifinfo
+@end ifnottex
returning quotient and remainder as two long integers in a structure <<ldiv_t>>.
RETURNS