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')
-rw-r--r--newlib/libc/stdlib/llabs.c2
-rw-r--r--newlib/libc/time/tzset.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libc/stdlib/llabs.c b/newlib/libc/stdlib/llabs.c
index 11246c354..496373910 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>
diff --git a/newlib/libc/time/tzset.c b/newlib/libc/time/tzset.c
index 5c421a58e..e0750e1fd 100644
--- a/newlib/libc/time/tzset.c
+++ b/newlib/libc/time/tzset.c
@@ -10,12 +10,12 @@ INDEX
ANSI_SYNOPSIS
#include <time.h>
void tzset(void);
- void _tzset_r (struct _reent *);
+ void _tzset_r (struct _reent *<[reent_ptr]>);
TRAD_SYNOPSIS
#include <time.h>
void tzset();
- void _tzset_r (reent_ptr)
+ void _tzset_r (<[reent_ptr]>);
struct _reent *reent_ptr;
DESCRIPTION