Files
systemd/klibc/include/sys/times.h
2005-04-26 23:48:48 -07:00

15 lines
206 B
C

/*
* sys/times.h
*/
#ifndef _SYS_TIMES_H
#define _SYS_TIMES_H
#include <klibc/extern.h>
#include <sys/types.h>
#include <linux/times.h>
__extern clock_t times(struct tms *);
#endif /* _SYS_TIMES_H */