Messages in this thread |  | | | Subject | Re: slow nanosleep? | | From | Eric Dumazet <> | | Date | Wed, 08 Sep 2010 12:14:23 +0200 |
| |
Le mercredi 08 septembre 2010 à 11:51 +0200, Thomas Gleixner a écrit : > + if (!tu.tv_sec && !tu.tv_usec) > + return 0; > +
You need tu.tv_nsec here ;)
-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |