summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/bsd-misc.h')
-rw-r--r--openbsd-compat/bsd-misc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsd-compat/bsd-misc.h b/openbsd-compat/bsd-misc.h
index 3cb912d28..af2ccdae2 100644
--- a/openbsd-compat/bsd-misc.h
+++ b/openbsd-compat/bsd-misc.h
@@ -141,4 +141,8 @@ void bzero(void *, size_t);
141int raise(int); 141int raise(int);
142#endif 142#endif
143 143
144#ifndef HAVE_GETSID
145pid_t getsid(pid_t);
146#endif
147
144#endif /* _BSD_MISC_H */ 148#endif /* _BSD_MISC_H */