From: Marco Peereboom Date: Tue, 13 Oct 2009 14:38:49 +0000 (+0000) Subject: shame on you ulrich drepper! there is no limit as to how much more you X-Git-Tag: SCROTWM_0_9_30~130 X-Git-Url: https://code.delx.au/spectrwm/commitdiff_plain/8f1b49684daca8c6d4ae7a8f987dd6334945010b?ds=sidebyside shame on you ulrich drepper! there is no limit as to how much more you can fuck up glibc. --- diff --git a/linux/util.h b/linux/util.h index 8175111..73b0b80 100644 --- a/linux/util.h +++ b/linux/util.h @@ -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