X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fnanosleep;h=61c9b9648af4e10969f288d9124d69ce806f5070;hb=5c508f686b9a0f986ac5d941d7be237ec047aedb;hp=02398d40796ca366b6b157749f3eef684bd62234;hpb=5661ab9d49512b4cf3c19caa11bb581d8ce561ba;p=gnulib.git diff --git a/modules/nanosleep b/modules/nanosleep index 02398d407..61c9b9648 100644 --- a/modules/nanosleep +++ b/modules/nanosleep @@ -6,22 +6,35 @@ lib/nanosleep.c m4/nanosleep.m4 Depends-on: -clock-time +time extensions -stdbool -sys_time -timespec +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: gl_FUNC_NANOSLEEP +if test $HAVE_NANOSLEEP = 0 || test $REPLACE_NANOSLEEP = 1; then + AC_LIBOBJ([nanosleep]) + gl_PREREQ_NANOSLEEP +fi +gl_TIME_MODULE_INDICATOR([nanosleep]) Makefile.am: Include: -"timespec.h" + + +Link: +$(LIB_NANOSLEEP) License: -GPL +LGPL Maintainer: Jim Meyering