Mercurial > hg > octave-shane > gnulib-hg
annotate modules/gettime @ 17632:86af85d364e1 default tip
unistd: port readlink to Mac OS X 10.3.9
* lib/unistd.in.h (_GL_INCLUDING_UNISTD_H): New macro, to work
around self-include problem in Mac OS X 10.3.9 when combined with
readlink module. Problem reported by Klaus Zietler in
<http://bugs.gnu.org/16825>.
author | Paul Eggert <eggert@penguin.cs.ucla.edu> |
---|---|
date | Tue, 25 Feb 2014 11:16:27 -0800 |
parents | 355e63498252 |
children |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Return current time, with nanosecond resolution. |
4110 | 3 |
4 Files: | |
5 lib/gettime.c | |
6 m4/gettime.m4 | |
7 | |
8 Depends-on: | |
7366
093909f43a08
* modules/clock-time: New module.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
7237
diff
changeset
|
9 clock-time |
4110 | 10 gettimeofday |
7897
b7a83a69ac23
* MODULES.html.sh (Support for systems lacking POSIX:2001): New
Paul Eggert <eggert@cs.ucla.edu>
parents:
7497
diff
changeset
|
11 sys_time |
4110 | 12 timespec |
6671
5a2089992925
* modules/gettime (Depends-on): Add extensions module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5666
diff
changeset
|
13 extensions |
4110 | 14 |
15 configure.ac: | |
16 gl_GETTIME | |
17 | |
18 Makefile.am: | |
15203
355e63498252
gettime: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
12145
diff
changeset
|
19 lib_SOURCES += gettime.c |
4110 | 20 |
21 Include: | |
12008
18ea6ab4e81d
maint: make Include sections of modules consistent
Eric Blake <ebb9@byu.net>
parents:
8680
diff
changeset
|
22 "timespec.h" |
4110 | 23 |
12145
9a08319141ac
maint: make realtime library usage explicit
Eric Blake <ebb9@byu.net>
parents:
12008
diff
changeset
|
24 Link: |
9a08319141ac
maint: make realtime library usage explicit
Eric Blake <ebb9@byu.net>
parents:
12008
diff
changeset
|
25 $(LIB_CLOCK_GETTIME) |
9a08319141ac
maint: make realtime library usage explicit
Eric Blake <ebb9@byu.net>
parents:
12008
diff
changeset
|
26 |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
27 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
28 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
29 |
4197 | 30 Maintainer: |
31 Paul Eggert, Jim Meyering |