diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-06-23 13:00:57 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-06-23 17:30:22 +0100 |
commit | ff4a4f2655dc5e1da47b0b4bcf8931a90d1a1914 (patch) | |
tree | ae54ea870fd174677f65d990e94ca3eee4588cf7 /newlib/libc/stdlib/llabs.c | |
parent | 6c75f6fcb280837e261568a5dd80a23235ddb28f (diff) | |
download | newlib-ff4a4f2655dc5e1da47b0b4bcf8931a90d1a1914.zip newlib-ff4a4f2655dc5e1da47b0b4bcf8931a90d1a1914.tar.gz newlib-ff4a4f2655dc5e1da47b0b4bcf8931a90d1a1914.tar.bz2 |
Fix SYNOPSIS prototypes without marked up parameter names
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
* libc/stdlib/llabs.c: Mark up parameter name in ANSI_SYNOPSIS.
* libc/time/tzset.c: Add and mark up parameter in SYNOPSIS.
* libm/common/s_nan.c: Ditto.
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'newlib/libc/stdlib/llabs.c')
-rw-r--r-- | newlib/libc/stdlib/llabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/llabs.c b/newlib/libc/stdlib/llabs.c index 11246c3..4963739 100644 --- a/newlib/libc/stdlib/llabs.c +++ b/newlib/libc/stdlib/llabs.c @@ -7,7 +7,7 @@ INDEX ANSI_SYNOPSIS #include <stdlib.h> - long long llabs(long long j); + long long llabs(long long <[j]>); TRAD_SYNOPSIS #include <stdlib.h> |