From dbb0472f054a4241feec09af30db850dd4d18a7b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 10 Dec 2010 09:16:12 -0500 Subject: Declare wcpcpy and wcpncpy only under _GNU_SOURCE --- wcsmbs/wchar.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'wcsmbs/wchar.h') diff --git a/wcsmbs/wchar.h b/wcsmbs/wchar.h index ca8ba80..5f341f3 100644 --- a/wcsmbs/wchar.h +++ b/wcsmbs/wchar.h @@ -555,10 +555,8 @@ extern float wcstof_l (__const wchar_t *__restrict __nptr, extern long double wcstold_l (__const wchar_t *__restrict __nptr, wchar_t **__restrict __endptr, __locale_t __loc) __THROW; -#endif /* GNU */ -#ifdef __USE_XOPEN2K8 /* Copy SRC to DEST, returning the address of the terminating L'\0' in DEST. */ extern wchar_t *wcpcpy (wchar_t *__restrict __dest, -- cgit v1.1