Loading...
--- Libc/Libc-262.3.2/ppc/sys/fork.s
+++ Libc/Libc-320.1.3/ppc/sys/fork.s
@@ -2,8 +2,6 @@
* Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
- *
- * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved.
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
@@ -87,7 +85,6 @@
#endif
li r3,0x0 // clear cached pid in child
REG_TO_EXTERN(r3,__current_pid)
- CALL_EXTERN(_fork_mach_init)
CALL_EXTERN(__cthread_fork_child)
#if defined(__DYNAMIC__)
.cstring