vfs: check userland buffers before reading them.
[haiku.git] / headers / cpp / csignal
blob6febfb7b2ed5c5b3bbc5d14de96caed929d5b16a
1 // The -*- C++ -*- signal handling header.
2 // This file is part of the GNU ANSI C++ Library.
4 #ifndef __CSIGNAL__
5 #define __CSIGNAL__
6 #include <signal.h>
7 #endif