Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/xnanosleep @ 17933:7dd80fb0f8e2 master
uniwbrk/u32-wordbreaks-tests: fix copyright
* tests/uniwbrk/test-uc-wordbreaks.c: Fix copyright date.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 23 Feb 2015 15:52:58 -0800 |
parents | 1e5527426147 |
children |
rev | line source |
---|---|
5149 | 1 Description: |
2 a more convenient interface to nanosleep | |
3 | |
4 Files: | |
5 lib/xnanosleep.h | |
6 lib/xnanosleep.c | |
5662
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5251
diff
changeset
|
7 m4/xnanosleep.m4 |
5149 | 8 |
9 Depends-on: | |
15334
1e5527426147
xnanosleep: Rewrite to use new dtotimespec module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
15258
diff
changeset
|
10 dtotimespec |
7162
19c2e5121b2f
Add and change modules to make it easier for coreutils to use
Paul Eggert <eggert@cs.ucla.edu>
parents:
6657
diff
changeset
|
11 nanosleep |
8146
b31580167c2b
New module 'time', so that apps can include <time.h> as per
Paul Eggert <eggert@cs.ucla.edu>
parents:
7497
diff
changeset
|
12 time |
5149 | 13 |
14 configure.ac: | |
5662
42df9db003cc
* modules/gethrxtime: New file.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5251
diff
changeset
|
15 gl_XNANOSLEEP |
5149 | 16 |
17 Makefile.am: | |
15258
e85b0d6913a1
xnanosleep: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
12149
diff
changeset
|
18 lib_SOURCES += xnanosleep.c |
5149 | 19 |
12149
2804fee2b5e8
Put the Link section after the Include section.
Bruno Haible <bruno@clisp.org>
parents:
12145
diff
changeset
|
20 Include: |
2804fee2b5e8
Put the Link section after the Include section.
Bruno Haible <bruno@clisp.org>
parents:
12145
diff
changeset
|
21 "xnanosleep.h" |
2804fee2b5e8
Put the Link section after the Include section.
Bruno Haible <bruno@clisp.org>
parents:
12145
diff
changeset
|
22 |
12145
9a08319141ac
maint: make realtime library usage explicit
Eric Blake <ebb9@byu.net>
parents:
8146
diff
changeset
|
23 Link: |
9a08319141ac
maint: make realtime library usage explicit
Eric Blake <ebb9@byu.net>
parents:
8146
diff
changeset
|
24 $(LIB_NANOSLEEP) |
9a08319141ac
maint: make realtime library usage explicit
Eric Blake <ebb9@byu.net>
parents:
8146
diff
changeset
|
25 |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5149
diff
changeset
|
26 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5149
diff
changeset
|
27 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5149
diff
changeset
|
28 |
5149 | 29 Maintainer: |
30 Paul Eggert, Jim Meyering |