[PATCH] uml: Fix SIGWINCH relaying
[safe/jmp/linux-2.6] / arch / um / os-Linux / process.c
index ba9ca1c..1e126bf 100644 (file)
@@ -123,6 +123,11 @@ int os_getpid(void)
        return(getpid());
 }
 
+int os_getpgrp(void)
+{
+       return getpgrp();
+}
+
 int os_map_memory(void *virt, int fd, unsigned long long off, unsigned long len,
                  int r, int w, int x)
 {