mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
7 lines
188 B
C
7 lines
188 B
C
|
// Copyright 2012 Google Inc. All Rights Reserved.
|
||
|
// Author: yugui@google.com (Yugui Sonoda)
|
||
|
#ifndef RUBY_NACL_SIGNAL_H
|
||
|
#define RUBY_NACL_SIGNAL_H
|
||
|
int kill(pid_t pid, int signal);
|
||
|
#endif
|