Author: Armin Rigo <[email protected]>
Branch:
Changeset: r72263:f15cd1108f0e
Date: 2014-06-28 10:24 +0000
http://bitbucket.org/pypy/pypy/changeset/f15cd1108f0e/
Log: oups
diff --git a/rpython/translator/c/src/thread_pthread.c
b/rpython/translator/c/src/thread_pthread.c
--- a/rpython/translator/c/src/thread_pthread.c
+++ b/rpython/translator/c/src/thread_pthread.c
@@ -486,7 +486,7 @@
static inline void timespec_delay(struct timespec *t, double incr)
{
#ifdef CLOCK_REALTIME
- clock_gettime(CLOCK_REALTIME, &t);
+ clock_gettime(CLOCK_REALTIME, t);
#else
struct timeval tv;
RPY_GETTIMEOFDAY(&tv);
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit