Change libev/wscript for waf 1.5.14

pull/22966/head
Ryan Dahl 2010-03-08 17:45:57 -08:00
parent 5809483b78
commit 74614c1bf1
1 changed files with 0 additions and 1 deletions

1
deps/libev/wscript vendored
View File

@ -49,7 +49,6 @@ def configure(conf):
int main() { int main() {
struct timespec ts; struct timespec ts;
int status = syscall(SYS_clock_gettime, CLOCK_REALTIME, &ts); int status = syscall(SYS_clock_gettime, CLOCK_REALTIME, &ts);
puts("1"); // fucking waf...
return 0; return 0;
} }
""" """