X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbasic%2Fstdio-util.h;h=bd1144b4c9f5610b608fcf7078a3e31cf9673306;hb=71227310a62a616a0d9356fe0506e01f47c76eb3;hp=a5bdc56788edf44f7cfd5027b83b781e460b8333;hpb=1d120b339a85b3bee6bce78253ee303ff9d2522a;p=elogind.git diff --git a/src/basic/stdio-util.h b/src/basic/stdio-util.h index a5bdc5678..bd1144b4c 100644 --- a/src/basic/stdio-util.h +++ b/src/basic/stdio-util.h @@ -1,5 +1,3 @@ -/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ - #pragma once /*** @@ -21,9 +19,7 @@ along with systemd; If not, see . ***/ -#ifdef __GLIBC__ #include -#endif #include #include #include @@ -77,4 +73,4 @@ do { \ assert_not_reached("Unknown format string argument."); \ } \ } \ -} while(false) +} while (false)