1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 15:25:49 +00:00
Files
Bruno Haible 73ea612ad1 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.
2024-12-27 23:41:38 +01:00

29 lines
369 B
Plaintext

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