Diff reduce with upstream by removing signal.h #include

MFC after:	3 days
This commit is contained in:
Enji Cooper 2017-01-10 10:27:09 +00:00
parent b6a72c5dbe
commit 7931520d40
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=311872

View File

@ -36,10 +36,6 @@
#include <time.h>
#include <stdlib.h>
#ifndef __NetBSD__
#include <signal.h>
#endif
ATF_TC(snprintf_c99);
ATF_TC_HEAD(snprintf_c99, tc)
{