mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
9 lines
214 B
C
9 lines
214 B
C
|
/*
|
||
|
* 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
|