chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / debian / patches / sparc / local-fork.diff
1 2006-05-28  Aurelien Jarno <aurelien@aurel32.net>
2
3         * sysdeps/unix/sysv/linux/sparc/fork.S: remove, so that fork.c is 
4           used instead.
5
6
7 ---
8  sysdeps/unix/sysv/linux/sparc/fork.S |   30 ------------------------------
9  1 file changed, 30 deletions(-)
10
11 --- a/sysdeps/unix/sysv/linux/sparc/fork.S
12 +++ /dev/null
13 @@ -1,30 +0,0 @@
14 -/* Copyright (C) 1997, 1999, 2002 Free Software Foundation, Inc.
15 -   This file is part of the GNU C Library.
16 -   Contributed by Miguel de Icaza <miguel@gnu.ai.mit.edu>, 1997.
17 -
18 -   The GNU C Library is free software; you can redistribute it and/or
19 -   modify it under the terms of the GNU Lesser General Public
20 -   License as published by the Free Software Foundation; either
21 -   version 2.1 of the License, or (at your option) any later version.
22 -
23 -   The GNU C Library is distributed in the hope that it will be useful,
24 -   but WITHOUT ANY WARRANTY; without even the implied warranty of
25 -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
26 -   Lesser General Public License for more details.
27 -
28 -   You should have received a copy of the GNU Lesser General Public
29 -   License along with the GNU C Library; if not, write to the Free
30 -   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
31 -   02111-1307 USA.  */
32 -
33 -#include <sysdep.h>
34 -
35 -PSEUDO (__libc_fork, fork, 0)
36 -       sub     %o1, 1, %o1
37 -       retl
38 -        and    %o0, %o1, %o0
39 -PSEUDO_END (__libc_fork)
40 -
41 -weak_alias (__libc_fork, __fork)
42 -libc_hidden_def (__fork)
43 -weak_alias (__libc_fork, fork)