From 0a795c50d7c3941d5d396bdb4318086bb8452416 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 13 Feb 2006 08:01:53 +0000 Subject: Remove it, it's the same as the generic one in ../common --- libc/sysdeps/linux/vax/vfork.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 libc/sysdeps/linux/vax/vfork.c (limited to 'libc/sysdeps/linux/vax') diff --git a/libc/sysdeps/linux/vax/vfork.c b/libc/sysdeps/linux/vax/vfork.c deleted file mode 100644 index 73a41dc29..000000000 --- a/libc/sysdeps/linux/vax/vfork.c +++ /dev/null @@ -1,14 +0,0 @@ -#include -#include -#include -#include -#include - -libc_hidden_proto(vfork) -pid_t -vfork (void) -{ - return __fork (); -} -libc_hidden_def(vfork) - -- cgit v1.2.3