summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/public/sys/resource.h
blob: 5896861e8cbf0c697237ee32a20b1b582795beb4 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __wasilibc_sys_resource_h
#define __wasilibc_sys_resource_h

/*
 * Include the real implementation, which is factored into a separate file so
 * that it can be reused by other libc resource implementations.
 */
#include <__header_sys_resource.h>

#endif