Ruby  2.0.0p247(2013-06-27revision41674)
nacl/signal.h
Go to the documentation of this file.
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