summaryrefslogtreecommitdiff
path: root/nacl/signal.h
blob: 54832de1fe714b0edca5978dfbe596a10845d589 (plain)
1
2
3
4
5
6
// 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