]> git.ipfire.org Git - thirdparty/lxc.git/commit
build: Check if P_PIDFD is defined 4614/head
authorJaeyoon Jung <jaeyoon.jung@lge.com>
Sun, 30 Nov 2025 02:51:13 +0000 (11:51 +0900)
committerJaeyoon Jung <jaeyoon.jung@lge.com>
Sun, 30 Nov 2025 03:10:05 +0000 (12:10 +0900)
commit4d00d4f8046972907ef34ac5677d07ae39f3aded
tree13efb9768e8f14fbc5b590045a8a254665d0037f
parent2663d5d01d2ef2e7ed8737a33591c5aae693e744
build: Check if P_PIDFD is defined

It is defined in enum 'idtype_t' in some environment in which causes an
error like:
../git/src/lxc/process_utils.h:144:17: error: expected identifier before numeric constant
  144 | #define P_PIDFD 3
      |                 ^

Signed-off-by: Jaeyoon Jung <jaeyoon.jung@lge.com>
meson.build
src/lxc/process_utils.h