view modules/timespec @ 17024:fc5763921b7d

timespec: use extern-inline * lib/timespec.c: New file. * lib/timespec.h: Use _GL_INLINE_HEADER_BEGIN, _GL_INLINE_HEADER_END. (_GL_TIMESPEC_INLINE): New macro. Use it instead of 'static inline'. * modules/timespec (Files): Add lib/timespec.c. (Depends-on): Add extern-inline. (lib_SOURCES): Add timespec.c.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 28 Jul 2012 07:18:23 -0700
parents b31580167c2b
children
line wrap: on
line source

Description:
timespec-related declarations

Files:
lib/timespec.h
lib/timespec.c
m4/timespec.m4

Depends-on:
extern-inline
time

configure.ac:
gl_TIMESPEC

Makefile.am:
lib_SOURCES += timespec.c

Include:
"timespec.h"

License:
GPL

Maintainer:
Paul Eggert and Jim Meyering