diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-04-19 17:30:19 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-04-19 17:30:19 +0000 |
| commit | f2a6fd93a6b221b9b156a944a6c91f5ab87fcda0 (patch) | |
| tree | 6739413889fe5feb0b406b269678170939136088 /contrib/binutils/libiberty/vfork.c | |
| parent | 4a6dfd6c0adbe41f5abde95c957a415f8b6eb3dd (diff) | |
This commit was manufactured by cvs2svn to create tagvendor/binutils/sourceware_binutils_anoncvs_19990502
'binutils-vendor-sourceware_binutils_anoncvs_19990502'.
Diffstat (limited to 'contrib/binutils/libiberty/vfork.c')
| -rw-r--r-- | contrib/binutils/libiberty/vfork.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/binutils/libiberty/vfork.c b/contrib/binutils/libiberty/vfork.c deleted file mode 100644 index 86c45919f660..000000000000 --- a/contrib/binutils/libiberty/vfork.c +++ /dev/null @@ -1,8 +0,0 @@ -/* Emulate vfork using just plain fork, for systems without a real vfork. - This function is in the public domain. */ - -int -vfork () -{ - return (fork ()); -} |
