Import selfpipe code from skalibs 1.2.5
[andersk@mit.edu: Move code to new third/libstddjb directory]
This commit is contained in:
committed by
Keith Winstein
parent
9a3ab83783
commit
77f3a9073f
@@ -0,0 +1,17 @@
|
||||
/* ISC license. */
|
||||
|
||||
/* MT-unsafe */
|
||||
|
||||
#ifndef SELFPIPE_H
|
||||
#define SELFPIPE_H
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
extern int selfpipe_init (void) ;
|
||||
extern int selfpipe_trap (int) ;
|
||||
extern int selfpipe_untrap (int) ;
|
||||
extern int selfpipe_trapset (sigset_t const *) ;
|
||||
extern int selfpipe_read (void) ;
|
||||
extern void selfpipe_finish (void) ;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user