Welcome to mirror list, hosted at ThFree Co, Russian Federation.

resource.h « sys « linux « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 660ec799c0717ae735b89c5277880336834e2c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* libc/sys/linux/sys/resource.h - Resource usage */

/* Written 2000 by Werner Almesberger */


#ifndef _SYS_RESOURCE_H
#define _SYS_RESOURCE_H

#include <sys/types.h>
#include <linux/resource.h>

#endif