]> git.ipfire.org Git - thirdparty/systemd.git/commit
musl: add missing FTW_CONTINUE macro
authorChen Qi <Qi.Chen@windriver.com>
Mon, 25 Feb 2019 07:00:06 +0000 (15:00 +0800)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 13 Nov 2025 19:59:03 +0000 (04:59 +0900)
commitdd102894e7629b3fcbaf5ea3f26ed5f9d4c0cfbb
treed00a88b1badb98d9df157d00aa2f7bdba2429591
parent8324ef421373c84b5034bf47b84fe42d84b1032f
musl: add missing FTW_CONTINUE macro

This is to avoid build failures like below for musl.

  test-recurse-dir.c:23:24: error: ‘FTW_CONTINUE’ undeclared

Co-authored-by: Yu Watanabe <watanabe.yu+github@gmail.com>
src/include/musl/ftw.h [new file with mode: 0644]