blob: fde0819bc58aa523732da245b858667f48834966 [file] [log] [blame]
Elliott Hughes462e90c2018-08-21 16:10:48 -07001#pragma once
2
3/**
4 * @file sys/signal.h
5 * @brief Historical synonym for `<signal.h>`.
6 *
7 * New code should use `<signal.h>` directly.
8 */
9
Nick Kralevichb22a6842013-02-22 10:38:28 -080010#include <signal.h>