From 174937c127de76672010738e5b48aaed5df519cb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 13 Nov 1997 01:17:00 +0000 Subject: automatically generated from GPLed version --- src/strftime.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/strftime.c') diff --git a/src/strftime.c b/src/strftime.c index 50aed8ac76a..b084851a451 100644 --- a/src/strftime.c +++ b/src/strftime.c @@ -184,7 +184,7 @@ localtime_r (t, tp) return tp; } # endif /* ! HAVE_LOCALTIME_R */ -#endif /* ! defined (_LIBC) */ +#endif /* ! defined _LIBC */ #if !defined memset && !defined HAVE_MEMSET && !defined _LIBC @@ -204,7 +204,7 @@ static const char zeroes[16] = /* "0000000000000000" */ do \ { \ int _this = _len > 16 ? 16 : _len; \ - (P) = mempcpy ((P), spaces, _this); \ + (P) = MEMPCPY ((P), spaces, _this); \ _len -= _this; \ } \ while (_len > 0); \ @@ -217,7 +217,7 @@ static const char zeroes[16] = /* "0000000000000000" */ do \ { \ int _this = _len > 16 ? 16 : _len; \ - (P) = mempcpy ((P), zeroes, _this); \ + (P) = MEMPCPY ((P), zeroes, _this); \ _len -= _this; \ } \ while (_len > 0); \ -- cgit v1.2.1