History log of /dflybsd-src/test/testcases/posixipc/common/common.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 944cd60c 25-Sep-2019 Sascha Wildner <saw@online.de>

<sys/time.h>: Add 3rd arg to timespecadd()/sub() and make them public.

* Switch to the three argument versions of the timespecadd() and
timespecsub() macros. These are now the predominant ones. Fr

<sys/time.h>: Add 3rd arg to timespecadd()/sub() and make them public.

* Switch to the three argument versions of the timespecadd() and
timespecsub() macros. These are now the predominant ones. FreeBSD,
OpenBSD, NetBSD, and Solaris (albeit only for the kernel) have them.

* Make those macros public too. This allows for a number of cleanups
where they were defined locally.

Pointed-out-by: zrj
Reviewed-by: dillon

show more ...


# 0bba68fe 08-Jul-2015 Antonio Huete Jimenez <tuxillo@quantumachine.net>

testcases: Attempt to integrate POSIX IPC tests to dfregress(8)

- Tests have been split up so they run separately