diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-03 20:36:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-03 20:36:49 +0000 |
commit | 7a2d910d9837522759d55a7802a82e482fb5c86d (patch) | |
tree | 2717b9867fcdb19180f9691bfd54ffe159be0a0f /libc | |
parent | 08abc40b22ef5a21e57e9b153cc0b8ea24037c8e (diff) | |
download | uClibc-alpine-7a2d910d9837522759d55a7802a82e482fb5c86d.tar.bz2 uClibc-alpine-7a2d910d9837522759d55a7802a82e482fb5c86d.tar.xz |
remove some garbage
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/mips/vfork.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/vfork.c b/libc/sysdeps/linux/mips/vfork.c index 75c625214..0cdf1bfdf 100644 --- a/libc/sysdeps/linux/mips/vfork.c +++ b/libc/sysdeps/linux/mips/vfork.c @@ -16,7 +16,6 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/*#include <ansidecl.h>*/ #include <errno.h> #include <unistd.h> |