chiark / gitweb /
tests: clarify test_path_startswith return value (#4508)
[elogind.git] / src / basic / stdio-util.h
index 757c1059110f1bc4f0d0fb815d60afdb00e622f2..3e0ea04f6448344129fb25c86b88dae714fea2d5 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#if defined(__GLIBC__) && defined(HAVE_PRINTF_H)
+#if 0 /// elogind is musl-libc compatible and does not directly include printf.h
 #include <printf.h>
 #else
 #include "parse-printf-format.h"
-#endif
+#endif // 0
 #include <stdarg.h>
 #include <stdio.h>
 #include <sys/types.h>