remove sigaction() for now

pull/2660/head
Alexander Medvednikov 2019-11-01 05:44:02 +03:00
parent 1687afba9f
commit 75f382c903
1 changed files with 2 additions and 2 deletions

4
fns.h
View File

@ -1,6 +1,6 @@
// <signal.h>
void sigaction();
void sigemptyset();
//void sigaction();
//void sigemptyset();
// <string.h>
void* memcpy();