X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=arch%2Fum%2Fos-Linux%2Fprocess.c;h=1e126bfd31a7b89b5d9663ae4a1b7cefcb294422;hb=cd2ee4a30cc0775d8b54e5b958613361a7cacfec;hp=ba9ca1cc790a52d6f7940fc9515d77e471f39328;hpb=c578455a3eccf4dd7bd111e77129c301d6d67914;p=safe%2Fjmp%2Flinux-2.6 diff --git a/arch/um/os-Linux/process.c b/arch/um/os-Linux/process.c index ba9ca1c..1e126bf 100644 --- a/arch/um/os-Linux/process.c +++ b/arch/um/os-Linux/process.c @@ -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) {