1// Copyright 2012 Google Inc. All Rights Reserved.
2// Author: yugui@google.com (Yugui Sonoda)
3#ifndef RUBY_NACL_SIGNAL_H
4#define RUBY_NACL_SIGNAL_H
5int kill(pid_t pid, int signal);
6#endif
7