aboutsummaryrefslogtreecommitdiff
path: root/include/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/system.h')
-rw-r--r--include/system.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/system.h b/include/system.h
index b97daff..68cbac9 100644
--- a/include/system.h
+++ b/include/system.h
@@ -18,7 +18,9 @@
err e33_ioctl( Size fd, unsigned long req, void *arg );
-boolean strcomp( String s1, String s2 );
+boolean e33_strcmp( String s1, String s2 );
+err e33_has_signal(Size signo);
+err e33_set_signal(Size signo, void(*sig_handler)(int));
#endif /** __SYSTEM_H__ **/