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

resource.h « sys « mpw « include - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d39439d61d52ee2dde5942e97c43f9e08fe24553 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __SYS_RESOURCE_H__
#define __SYS_RESOURCE_H__

struct rusage {
  struct timeval ru_utime;
  struct timeval ru_stime;
};

#endif /* __SYS_RESOURCE_H__ */