timespec: use extern-inline
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 Jul 2012 14:18:23 +0000 (07:18 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Aug 2012 21:33:36 +0000 (14:33 -0700)
commit9defd14457b4a2e3ba0b692ac12866c0f45deb70
tree8a5dafca2730498216dcf4362171e27d5e9fe722
parent56c2613a06eea1a53d601219618ad0d6ce54afa1
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.
ChangeLog
lib/timespec.c [new file with mode: 0644]
lib/timespec.h
modules/timespec