X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fnanosleep;h=32af74b9fbf98a1ee37b0e9a50e9ca67a0028dd9;hb=ccd7ccb010c3a2a509ac39236a4411581368148c;hp=e0fdd7c90359a62ced8ef8ac11a4c9061b07e1bf;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/nanosleep b/modules/nanosleep index e0fdd7c90..32af74b9f 100644 --- a/modules/nanosleep +++ b/modules/nanosleep @@ -1,17 +1,36 @@ Description: +nanosleep() function: pause execution for a specified time. Files: lib/nanosleep.c m4/nanosleep.m4 Depends-on: -timespec +time +extensions +multiarch +intprops [test $HAVE_NANOSLEEP = 0 || test $REPLACE_NANOSLEEP = 1] +select [test $HAVE_NANOSLEEP = 0 || test $REPLACE_NANOSLEEP = 1] +sigaction [test $HAVE_NANOSLEEP = 0 || test $REPLACE_NANOSLEEP = 1] +stdbool [test $HAVE_NANOSLEEP = 0 || test $REPLACE_NANOSLEEP = 1] +sys_select [test $HAVE_NANOSLEEP = 0 || test $REPLACE_NANOSLEEP = 1] +sys_time [test $HAVE_NANOSLEEP = 0 || test $REPLACE_NANOSLEEP = 1] +verify [test $HAVE_NANOSLEEP = 0 || test $REPLACE_NANOSLEEP = 1] configure.ac: -jm_FUNC_NANOSLEEP +gl_FUNC_NANOSLEEP +gl_TIME_MODULE_INDICATOR([nanosleep]) Makefile.am: Include: +Link: +$(LIB_NANOSLEEP) + +License: +LGPL + +Maintainer: +Jim Meyering