00001 // Copyright 2012 Google Inc. All Rights Reserved. 00002 // Author: yugui@google.com (Yugui Sonoda) 00003 #ifndef RUBY_NACL_SIGNAL_H 00004 #define RUBY_NACL_SIGNAL_H 00005 int kill(pid_t pid, int signal); 00006 #endif 00007