]> git.saurik.com Git - apple/libc.git/blobdiff - ppc/sys/fork.s
Libc-320.1.3.tar.gz
[apple/libc.git] / ppc / sys / fork.s
index 52b8c3c354ad4e21a3d5a5cacf148aedd3d6cee8..ae1f825050dcebddf515f6b1c3ac01c4d5486104 100644 (file)
@@ -3,8 +3,6 @@
  *
  * @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
  * Version 2.0 (the 'License'). You may not use this file except in
@@ -87,7 +85,6 @@ LC3:
 #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