summaryrefslogtreecommitdiff
path: root/libguile/posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/posix.h')
-rw-r--r--libguile/posix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libguile/posix.h b/libguile/posix.h
index 5f5a943bc..04ebec778 100644
--- a/libguile/posix.h
+++ b/libguile/posix.h
@@ -65,6 +65,9 @@ extern SCM scm_getgrgid SCM_P ((SCM name));
extern SCM scm_setgrent SCM_P ((SCM arg));
extern SCM scm_kill SCM_P ((SCM pid, SCM sig));
extern SCM scm_waitpid SCM_P ((SCM pid, SCM options));
+extern SCM scm_status_exit_val SCM_P ((SCM status));
+extern SCM scm_status_term_sig SCM_P ((SCM status));
+extern SCM scm_status_stop_sig SCM_P ((SCM status));
extern SCM scm_getppid SCM_P ((void));
extern SCM scm_getuid SCM_P ((void));
extern SCM scm_getgid SCM_P ((void));