From 48143d8a8f92fd69d95564516fd1b7cf122511b1 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 24 Jan 2006 17:18:19 +0000 Subject: fork/vfork weak in libc, strong in libpthread --- libc/sysdeps/linux/cris/fork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/cris/fork.c') diff --git a/libc/sysdeps/linux/cris/fork.c b/libc/sysdeps/linux/cris/fork.c index e95122a09..56908b481 100644 --- a/libc/sysdeps/linux/cris/fork.c +++ b/libc/sysdeps/linux/cris/fork.c @@ -15,5 +15,5 @@ SYSCALL__ (__libc_fork, 0) /* i dunno what the blurb above is useful for. we just return. */ __asm__("ret\n\tnop"); libc_hidden_proto(fork) -strong_alias(__libc_fork,fork) +weak_alias(__libc_fork,fork) libc_hidden_def(fork) -- cgit v1.2.3