From e13d5206e9488fd630d00ffa609f6a3a9e2bf020 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 16:21:47 -0500 Subject: merge XOPEN identifiers --- src/sys/timeb/struct_timeb.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/sys/timeb/struct_timeb.c (limited to 'src/sys/timeb/struct_timeb.c') diff --git a/src/sys/timeb/struct_timeb.c b/src/sys/timeb/struct_timeb.c new file mode 100644 index 00000000..90ba63c3 --- /dev/null +++ b/src/sys/timeb/struct_timeb.c @@ -0,0 +1,12 @@ +#include + +struct timeb { + time_t time; + unsigned short millitm; + short timezone; + short dstflag; +}; + +/* +XOPEN(400,700) +*/ -- cgit v1.2.1