Mercurial > hg > octave-kai > gnulib-hg
annotate modules/timespec @ 11555:7612308943f7
sys_socket: Define sockaddr_storage.
author | Simon Josefsson <simon@josefsson.org> |
---|---|
date | Fri, 08 May 2009 16:21:34 +0200 |
parents | b31580167c2b |
children | fc5763921b7d |
rev | line source |
---|---|
4110 | 1 Description: |
8146
b31580167c2b
New module 'time', so that apps can include <time.h> as per
Paul Eggert <eggert@cs.ucla.edu>
parents:
7497
diff
changeset
|
2 timespec-related declarations |
4110 | 3 |
4 Files: | |
5 lib/timespec.h | |
6 m4/timespec.m4 | |
7 | |
8 Depends-on: | |
8146
b31580167c2b
New module 'time', so that apps can include <time.h> as per
Paul Eggert <eggert@cs.ucla.edu>
parents:
7497
diff
changeset
|
9 time |
4110 | 10 |
11 configure.ac: | |
12 gl_TIMESPEC | |
13 | |
14 Makefile.am: | |
15 | |
16 Include: | |
17 "timespec.h" | |
18 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4515
diff
changeset
|
19 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4515
diff
changeset
|
20 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4515
diff
changeset
|
21 |
4197 | 22 Maintainer: |
8146
b31580167c2b
New module 'time', so that apps can include <time.h> as per
Paul Eggert <eggert@cs.ucla.edu>
parents:
7497
diff
changeset
|
23 Paul Eggert and Jim Meyering |