1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/timer-time
Paul Eggert f406941a8a maint: add coding cookies to non-ASCII sources
Otherwise, Emacs might do the wrong thing if run in an
he_IL.ISO-8859-8 locale, which an Emacs developer does on occasion.
Problem reported by Eli Zaretskii in:
http://lists.gnu.org/archive/html/emacs-devel/2015-09/msg00966.html

Don't bother with test files, as they aren't copied to the Emacs
source directory.  If this problem affects test files in some other
GNU project, we can add coding cookies to the non-ASCII test files
later.
2015-09-24 13:25:37 -07:00

32 lines
400 B
Plaintext

Description:
Check for timer_settime. Within HAVE_TIMER_SETTIME one can
assume timer_create, timer_delete and timer_gettime are available too.
Files:
m4/timer_time.m4
Depends-on:
extensions
threadlib
configure.ac:
gl_TIMER_TIME
Makefile.am:
Include:
<time.h>
Link:
$(LIB_TIMER_TIME)
License:
LGPLv2+
Maintainer:
Pádraig Brady, Paul Eggert, Jim Meyering
Local Variables:
coding: utf-8
End: