chiark / gitweb /
Prep v230: Move musl_missing and parse-printf-format to libshared.
[elogind.git] / src / basic / stdio-util.h
index 60cf86a532813bd1ad3c0ae655bb0f1b3b730b40..bd1144b4c9f5610b608fcf7078a3e31cf9673306 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#if defined(__GLIBC__) && defined(HAVE_PRINTF_H)
 #include <printf.h>
-#else
-#include "parse-printf-format.h"
-#endif
 #include <stdarg.h>
 #include <stdio.h>
 #include <sys/types.h>
@@ -77,4 +73,4 @@ do {                                                                    \
                         assert_not_reached("Unknown format string argument."); \
                 }                                                       \
         }                                                               \
-} while(false)
+} while (false)