Hash :
6de13dcc
Author :
Date :
2023-01-22T13:12:02
Resolve conflicts for functions introduced in Android API level 23. * lib/wchar.in.h (wmempcpy): Consider REPLACE_WMEMPCPY. * m4/wchar_h.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WMEMPCPY. * modules/wchar (Makefile.am): Substitute REPLACE_WMEMPCPY. * m4/wmempcpy.m4 (gl_FUNC_WMEMPCPY): Conditionally set REPLACE_WMEMPCPY. * modules/wmempcpy (configure.ac): Consider REPLACE_WMEMPCPY.
Description:
wmempcpy() function: copy wide character array, return pointer after last written wide character.
Files:
lib/wmempcpy.c
m4/wmempcpy.m4
Depends-on:
wchar
configure.ac:
gl_FUNC_WMEMPCPY
gl_CONDITIONAL([GL_COND_OBJ_WMEMPCPY],
[test $HAVE_WMEMPCPY = 0 || test $REPLACE_WMEMPCPY = 1])
gl_WCHAR_MODULE_INDICATOR([wmempcpy])
Makefile.am:
if GL_COND_OBJ_WMEMPCPY
lib_SOURCES += wmempcpy.c
endif
Include:
<wchar.h>
License:
LGPLv2+
Maintainer:
all