diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-08-18 03:27:08 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-08-18 03:27:08 +0000 |
commit | 86875334fe99f65094df97edd8d6812c3dcebfef (patch) | |
tree | bdcd8d39de073463c51c8ca23d7b6b3ec990ed15 /libc/sysdeps/linux/arm/vfork.S | |
parent | 2ca268a71b555ca90fbea391b398c92bdf069c2a (diff) | |
download | uClibc-alpine-86875334fe99f65094df97edd8d6812c3dcebfef.tar.bz2 uClibc-alpine-86875334fe99f65094df97edd8d6812c3dcebfef.tar.xz |
Merge from trunk.
Diffstat (limited to 'libc/sysdeps/linux/arm/vfork.S')
-rw-r--r-- | libc/sysdeps/linux/arm/vfork.S | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libc/sysdeps/linux/arm/vfork.S b/libc/sysdeps/linux/arm/vfork.S index 5092023a8..e9f63d46e 100644 --- a/libc/sysdeps/linux/arm/vfork.S +++ b/libc/sysdeps/linux/arm/vfork.S @@ -1,10 +1,7 @@ /* vi: set sw=4 ts=4: */ -/* vfork for uClibc - * - * Copyright (C) 2000 by Lineo, inc. and Erik Andersen +/* + * vfork for uClibc * Copyright (C) 2000-2006 by Erik Andersen <andersen@uclibc.org> - * Written by Erik Andersen <andersen@uclibc.org> - * * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ |