distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
signal.h File Reference

Override for newlib's sys/signal.h. More...

Go to the source code of this file.

Classes

union  sigval
 

Typedefs

typedef void(* _sig_func_ptr) (int)
 

Detailed Description

Override for newlib's sys/signal.h.

Author
Copyright (C) 2015 Kamil Szczygiel http://www.distortec.com http://www.freddiechopin.info
License
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Typedef Documentation

◆ _sig_func_ptr

typedef void(* _sig_func_ptr) (int)

pointer to function taking an int argument (required by newlib's signal.h)