]> Savannah Git Hosting - gnulib.git/commit
Resolve conflicts for functions introduced in Android API level 21.
authorBruno Haible <bruno@clisp.org>
Sun, 22 Jan 2023 11:34:17 +0000 (12:34 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 22 Jan 2023 14:56:44 +0000 (15:56 +0100)
commit959415ca4a76b25f254082716a8222f6be140955
treef9bdc11dec15315fb7ae1bfcc901907bcdf57c19
parent09730bf22348989d457861b85ffab15eb0f294cb
Resolve conflicts for functions introduced in Android API level 21.

* m4/execvpe.m4 (gl_FUNC_EXECVPE): Conditionally set REPLACE_EXECVPE.
* m4/linkat.m4 (gl_FUNC_LINKAT): Conditionally set REPLACE_LINKAT.
* m4/readlinkat.m4 (gl_FUNC_READLINKAT): Conditionally set
REPLACE_READLINKAT.
* m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Conditionally set
REPLACE_SYMLINKAT.
* m4/truncate.m4 (gl_FUNC_TRUNCATE): Conditionally set REPLACE_TRUNCATE.
* lib/unistd.in.h (execvpe, linkat, readlinkat, symlinkat, truncate):
Disable _GL_CXXALIASWARN invocation on non-glibc systems.
ChangeLog
lib/unistd.in.h
m4/execvpe.m4
m4/linkat.m4
m4/readlinkat.m4
m4/symlinkat.m4
m4/truncate.m4