00001 /* 00002 * Copyright 2011 Google Inc. All Rights Reserved. 00003 * Author: yugui@google.com (Yugui Sonoda) 00004 * */ 00005 #ifndef RUBY_NACL_RESOURCE_H 00006 #define RUBY_NACL_RESOURCE_H 00007 int getrusage(int who, struct rusage *usage); 00008 #endif 00009