summaryrefslogtreecommitdiff
path: root/libc/include/sys/utsname.h
blob: 6244ace6546b9b586515837cf8c1e41714c72708 (plain)
1
2
3
4
5
6
7
8
#ifndef __SYS_UTSNAME_H
#define __SYS_UTSNAME_H

#include <features.h>
#include <sys/param.h>
#include __SYSINC__(utsname.h)

#endif