Ruby
2.5.0dev(2017-10-22revision60238)
nacl
signal.h
Go to the documentation of this file.
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
5
int
kill
(pid_t pid,
int
signal);
6
#endif
kill
int kill(pid_t pid, int signal)
Generated by
1.8.13