summaryrefslogtreecommitdiffstats
path: root/osdep-hpux.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep-hpux.c')
-rw-r--r--osdep-hpux.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/osdep-hpux.c b/osdep-hpux.c
index 3bec98ee..c962a1f7 100644
--- a/osdep-hpux.c
+++ b/osdep-hpux.c
@@ -28,6 +28,12 @@ osdep_get_name(unused int fd, unused char *tty)
return (NULL);
}
+char *
+osdep_get_cwd(pid_t pid)
+{
+ return (NULL);
+}
+
struct event_base *
osdep_event_init(void)
{