mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-13 13:37:38 +08:00
2002-07-06 Bruno Haible <bruno@clisp.org>
* sysdeps/unix/fork.S: Fix PSEUDO_END argument. * sysdeps/unix/arm/fork.S: Likewise.
This commit is contained in:
parent
12ddb09b0a
commit
ae287b1900
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1991, 1992, 1994, 1995, 1997 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1991,92,94,95,97,2002 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -28,6 +28,6 @@ SYSCALL__ (fork, 0)
|
||||
sub r1, r1, $1
|
||||
and r0, r0, r1
|
||||
RETINSTR(mov, pc, r14)
|
||||
PSEUDO_END(fork)
|
||||
PSEUDO_END (__fork)
|
||||
|
||||
weak_alias (__fork, fork)
|
||||
|
Loading…
x
Reference in New Issue
Block a user