diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-02 10:18:15 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-02 10:18:15 +0000 |
| commit | dad085251b33ea35bd93522a98d4a54bf7fdfbde (patch) | |
| tree | 03217800ac8d41e0e851ad678aea070c6f5a4840 /contrib/gdb/libiberty/vfork.c | |
| parent | f2489878f0ac9621ddd293f6f626b62ec6e8f5f4 (diff) | |
Notes
Diffstat (limited to 'contrib/gdb/libiberty/vfork.c')
| -rw-r--r-- | contrib/gdb/libiberty/vfork.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/gdb/libiberty/vfork.c b/contrib/gdb/libiberty/vfork.c deleted file mode 100644 index 86c45919f660..000000000000 --- a/contrib/gdb/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 ()); -} |
