]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
missing_wait: add short comment about P_PIDFD
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 28 Feb 2025 20:13:32 +0000 (05:13 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 3 Mar 2025 17:24:49 +0000 (02:24 +0900)
src/basic/missing_wait.h

index 3965b5bdbfbc4debca48ad24ea6679d320699b42..05648779e3f8c31a6ed98e6699f8bcaac93895d9 100644 (file)
@@ -5,6 +5,7 @@
 
 #include "macro.h"
 
+/* since glibc-2.36 */
 #ifndef P_PIDFD
 #  define P_PIDFD 3
 #else