From 0e2e3c958c9861861f0c556eba6e896707978c5c Mon Sep 17 00:00:00 2001 From: Thomas Preudhomme Date: Wed, 17 Aug 2016 17:05:07 +0100 Subject: Fix pdf build failure wrt documentation of is*_l functions make pdf on arm-none-eabi targets fails to build after the reorganization in baf0c9fcb56e5cf8f54357bf8d8646b51b236886 to fold is*_l documentation in their is* counterpart. This is due two issues: 1) newlib/libc/ctype/ctype.tex still including the def file for the long versions 2) missing angle brackets in .c files for some of is*_l functions This patch fixes the issues and allows make pdf to succeeds. --- newlib/libc/stdlib/strtoul.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newlib/libc/stdlib/strtoul.c') diff --git a/newlib/libc/stdlib/strtoul.c b/newlib/libc/stdlib/strtoul.c index 062606f4e..aa5897e13 100644 --- a/newlib/libc/stdlib/strtoul.c +++ b/newlib/libc/stdlib/strtoul.c @@ -85,10 +85,10 @@ The alternate function <<_strtoul_r>> is a reentrant version. The extra argument <[reent]> is a pointer to a reentrancy structure. RETURNS -<>, > return the converted value, if any. If no +<>, <> return the converted value, if any. If no conversion was made, <<0>> is returned. -<>, > return <> if the magnitude of the +<>, <> return <> if the magnitude of the converted value is too large, and sets <> to <>. PORTABILITY -- cgit v1.2.3