]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libpthread / linuxthreads / sysdeps / unix / sysv / linux / powerpc / powerpc32 / vfork.S
index 353c7d07f2cad26e0be65fb55a6c41c19bb02110..4b16829be77b89dc3d8955327a45f44f65133308 100644 (file)
@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 #include <sysdep-cancel.h>
 #define _ERRNO_H       1
@@ -66,7 +65,7 @@ ENTRY (__vfork)
 # endif
 
 .Lhidden_fork:
-       b       HIDDEN_JUMPTARGET(__fork)
+       b       HIDDEN_JUMPTARGET(fork)
 
 #endif