chiark / gitweb /
fileio: imply /tmp as directory if passed as NULL to open_tmpfile_unlinkable()
[elogind.git] / src / basic / stdio-util.h
index 359d12284bf052ac3ba3a7745a7c887cd5aa849b..bd1144b4c9f5610b608fcf7078a3e31cf9673306 100644 (file)
@@ -19,9 +19,7 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#ifdef __GLIBC__
 #include <printf.h>
-#endif
 #include <stdarg.h>
 #include <stdio.h>
 #include <sys/types.h>
@@ -75,4 +73,4 @@ do {                                                                    \
                         assert_not_reached("Unknown format string argument."); \
                 }                                                       \
         }                                                               \
-} while(false)
+} while (false)