summaryrefslogtreecommitdiff
path: root/src/linkedlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/linkedlist.c')
-rw-r--r--src/linkedlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/linkedlist.c b/src/linkedlist.c
index f79757b..ae3d143 100644
--- a/src/linkedlist.c
+++ b/src/linkedlist.c
@@ -24,9 +24,11 @@
#include "linkedlist.h"
+#if __GNUC__ <= 3
void
prefetch(const void *x)
{;}
+#endif
/*
* Insert a new entry between two known consecutive entries.