El 05/03/18 a las 15:29, Christian Helmuth escribió: > A small remark... > > On Mon, Mar 05, 2018 at 02:49:18PM +0100, Martin Stein wrote: >> For greater timeouts you could use msleep(unsigned) (up to 49 >> days and 17 hours). > > This will not work as msleep(ms) just calls usleep(1000*ms). Oh, sorry, I wasn't aware of that. Thanks for the clarification!