use $(LIBINTERNAL) instead of lib_internal/libinternal.a
[util-vserver.git] / util-vserver / lib_internal / util-dotfile.h
index 41ed67d..fdf81a1 100644 (file)
@@ -22,7 +22,7 @@
 #include <stdbool.h>
 
 static inline UNUSED ALWAYSINLINE bool
-isDotfile(char const *d) PURE
+isDotfile(char const *d)
 {
   return d[0]=='.' && (d[1]=='\0' || (d[1]=='.' && d[2]=='\0'));
 }