sys/param.h: stub header

This commit is contained in:
K. Lange 2018-10-08 22:20:18 +09:00
parent 9125f4a93d
commit 4a98815c25

View File

@ -0,0 +1,6 @@
#pragma once
#include <sys/types.h>
#include <stddef.h>
#include <limits.h>
#include <signal.h>