summaryrefslogtreecommitdiff
path: root/include/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/time.h')
-rw-r--r--include/time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/time.h b/include/time.h
index 732d33f..feb2225 100644
--- a/include/time.h
+++ b/include/time.h
@@ -10,6 +10,8 @@ typedef int32_t time_t;
time_t time(void);
+int alarm(unsigned int seconds);
+
void sleep(time_t);
#endif