--- faketime.c.orig	2008-08-24 15:11:06.000000000 +0200
+++ faketime.c	2013-03-26 00:21:39.095817080 +0100
@@ -527,7 +527,7 @@
     /* Check whether we've got a pointer to the real clock_gettime() function yet */
     SINGLE_IF(has_real_clock_gettime==0)
         real_clock_gettime = NULL;
-        real_clock_gettime = dlsym(RTLD_NEXT, "clock_gettime");
+        real_clock_gettime = dlsym(RTLD_NEXT, "__clock_gettime");
         
         /* check whether dlsym() worked */
         if (dlerror() == NULL) {
