]> code.delx.au - spectrwm/commitdiff
shame on you ulrich drepper! there is no limit as to how much more you
authorMarco Peereboom <marco@conformal.com>
Tue, 13 Oct 2009 14:38:49 +0000 (14:38 +0000)
committerMarco Peereboom <marco@conformal.com>
Tue, 13 Oct 2009 14:38:49 +0000 (14:38 +0000)
can fuck up glibc.

linux/util.h

index 81751118eb1b836cfc815a49e1c9cb5d5f379683..73b0b8097d3245bf406eb49e7c299965a3f19231 100644 (file)
@@ -13,3 +13,8 @@ char   *fgetln(FILE *, size_t *);
 char   *fparseln(FILE *, size_t *, size_t *, const char [3], int);
 
 long long strtonum(const char *, long long, long long, const char **);
+
+/* there is no limit to ulrich drepper's crap */
+#ifndef TAILQ_END
+#define        TAILQ_END(head)                 NULL
+#endif