zoslib
z/OS C/C++ Library
Loading...
Searching...
No Matches
signal.h
Go to the documentation of this file.
1
8//
9#ifndef ZOS_SIGNAL_H
10#define ZOS_SIGNAL_H
11
12#include_next <signal.h>
13
14#ifndef NSIG
15#define NSIG 42
16#endif
17
18#endif