po,

thank you for the explaination. 

thanks.

Sent from Gmail

On Tue, May 6, 2025, 23:51 Eli Zaretskii <eliz@gnu.org> wrote:
> From: Po Lu <luangruo@yahoo.com>
> Cc: Eli Zaretskii <eliz@gnu.org>,  78259@debbugs.gnu.org
> Date: Tue, 06 May 2025 21:47:50 +0800
>
> badli al rashid <theothernighttheotherday@gmail.com> writes:
>
> > hi,
> >
> > i am unable to find. posix_spawn_file_actions_addchdir_np in the aosp
> > spawn.h file.
>
> Building Emacs for Termux is not supported.
>
> posix_spawn_file_actions_addchdir_np is not available on the release of
> Android targeted by Termux's default compiler but is yet present in the
> stub `libc.so' against which the Termux compiler links, and is
> consequently detected by configure though inaccessible to C or object
> code at runtime.

OK, I see you already fixed the configure script to avoid these
failures.  Thanks.