1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Added the sig_t typedef to <signal.h>.

git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14688 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2004-07-28 14:14:38 +00:00
parent 91bcdea2a2
commit e899a25944

View File

@ -1,5 +1,5 @@
/*
* $Id: signal.h,v 1.1.1.1 2004-07-26 16:32:53 obarthel Exp $
* $Id: signal.h,v 1.2 2004-07-28 14:14:38 obarthel Exp $
*
* :ts=4
*
@ -72,6 +72,10 @@ extern int raise(int sig);
/****************************************************************************/
typedef void (*sig_t)(int);
/****************************************************************************/
typedef int sig_atomic_t;
/****************************************************************************/