Branch
Hash :
73ea612a
Author :
Date :
2024-12-27T23:41:38
Rename module sys_times to sys_times-h. * modules/sys_times-h: Renamed from modules/sys_times. * modules/sys_times-h-tests: Renamed from modules/sys_times-tests. * modules/sys_times-h-c++-tests: Renamed from modules/sys_times-c++-tests. * tests/test-sys_times-h.c: Renamed from tests/test-sys_times.c. * tests/test-sys_times-h-c++.cc: Renamed from tests/test-sys_times-c++.cc. * doc/posix-headers/sys_times.texi: Update. * modules/* (Depends-on): Update. * modules/sys_times: New file.
Description:
times() function: get process times
Files:
lib/times.c
m4/times.m4
Depends-on:
sys_times-h
configure.ac:
gl_FUNC_TIMES
gl_CONDITIONAL([GL_COND_OBJ_TIMES], [test $HAVE_TIMES = 0])
gl_SYS_TIMES_MODULE_INDICATOR([times])
Makefile.am:
if GL_COND_OBJ_TIMES
lib_SOURCES += times.c
endif
Include:
<sys/times.h>
License:
LGPLv2+
Maintainer:
Simon Josefsson