diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-13 08:44:48 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-13 08:44:48 +0000 |
commit | b908ff04563c88b4f676fcaeb40ea10da5f9f6cd (patch) | |
tree | 692652c55ed73571e905a0a47971302d991a9fb7 /libc/sysdeps/linux/e1 | |
parent | ab6b2a27372dda7f88ea1bde9ad09573c4434cb9 (diff) |
Weaken all internal vfork versions in asm code, wondering why only some of the archs fail
Diffstat (limited to 'libc/sysdeps/linux/e1')
-rw-r--r-- | libc/sysdeps/linux/e1/vfork.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/e1/vfork.c b/libc/sysdeps/linux/e1/vfork.c index ceb8d8263..34ae5833c 100644 --- a/libc/sysdeps/linux/e1/vfork.c +++ b/libc/sysdeps/linux/e1/vfork.c @@ -12,4 +12,4 @@ attribute_hidden _syscall0(pid_t, __vfork); libc_hidden_proto(vfork) weak_alias(__vfork,vfork) -libc_hidden_def(vfork) +libc_hidden_weak(vfork) |