Add project files.
This commit is contained in:
16
libsql/include/Tellwait.h
Normal file
16
libsql/include/Tellwait.h
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef __INC_METIN_II_TELLWAIT_H__
|
||||
#define __INC_METIN_II_TELLWAIT_H__
|
||||
|
||||
#ifndef __WIN32__
|
||||
|
||||
extern void TELL_WAIT();
|
||||
|
||||
extern void WAIT_CHILD();
|
||||
extern void TELL_CHILD(pid_t pid);
|
||||
|
||||
extern void WAIT_PARENT();
|
||||
extern void TELL_PARENT(pid_t pid);
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user