summaryrefslogtreecommitdiff
path: root/nacl/resource.h
blob: 57ca53b0935be14079ef328b615faeb6b5ae4019 (plain)
1
2
3
4
5
6
7
8
/*
 * Copyright 2011 Google Inc. All Rights Reserved.
 * Author: yugui@google.com (Yugui Sonoda)
 * */
#ifndef RUBY_NACL_RESOURCE_H
#define RUBY_NACL_RESOURCE_H
int getrusage(int who, struct rusage *usage);
#endif