commit 69de79cfa71749de8e0e4dcab17b4ab36208e5fc Author: Tomas Korbar Date: Fri Jul 16 09:32:38 2021 +0200 Fix header problem diff --git a/lib/libc-config.h b/lib/libc-config.h index f14013f..884272b 100644 --- a/lib/libc-config.h +++ b/lib/libc-config.h @@ -71,11 +71,6 @@ # endif #endif -#ifndef __attribute_nonnull__ -/* either does not exist, or is too old for Gnulib. - Prepare to include , which is Gnulib's version of a - more-recent glibc . */ - /* Define _FEATURES_H so that does not include . */ # ifndef _FEATURES_H # define _FEATURES_H 1 @@ -171,7 +166,6 @@ # endif # endif -#endif /* defined __glibc_likely */ /* A substitute for glibc , good enough for Gnulib. */