view modules/timer-time @ 40215:88b18d82fa61

crypto/des: Fix undefined behaviour. * lib/des.c (READ_64BIT_DATA): Cast bytes to 'unsigned int', to avoid shift operations on 'int'.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Mar 2019 22:21:25 +0100
parents 244355088b86
children
line wrap: on
line source

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: