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/time/tzset_r.c')
-rw-r--r--newlib/libc/time/tzset_r.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/time/tzset_r.c b/newlib/libc/time/tzset_r.c
index 211ddc8af..9e0cf834b 100644
--- a/newlib/libc/time/tzset_r.c
+++ b/newlib/libc/time/tzset_r.c
@@ -14,8 +14,7 @@ static char __tzname_dst[11];
static char *prev_tzenv = NULL;
void
-_DEFUN (_tzset_unlocked_r, (reent_ptr),
- struct _reent *reent_ptr)
+_tzset_unlocked_r (struct _reent *reent_ptr)
{
char *tzenv;
unsigned short hh, mm, ss, m, w, d;
@@ -184,8 +183,7 @@ _DEFUN (_tzset_unlocked_r, (reent_ptr),
}
void
-_DEFUN (_tzset_r, (reent_ptr),
- struct _reent *reent_ptr)
+_tzset_r (struct _reent *reent_ptr)
{
TZ_LOCK;
_tzset_unlocked_r (reent_ptr);