OSDN Git Service

vfork: make all archs consistent
authorPeter S. Mazinger <ps.m@gmx.net>
Sat, 16 Apr 2011 13:40:50 +0000 (15:40 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:40 +0000 (14:00 +0200)
commit0a043c30ee71245dfe7c9d82d654312c5e1f6127
tree5596b98af169f71b9ce8d3ba0f0088b271bee2c2
parent917176e71ef901297e420bbb0db99be5e8100fc3
vfork: make all archs consistent

__vfork is hidden.
__GI_vfork is strong (not weak as it was).
vfork is weak.
e1 can use the generic version.

Note: libc_hidden_def(x) has different meaning in .c and .S files.

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
25 files changed:
libc/sysdeps/linux/arm/vfork.S
libc/sysdeps/linux/avr32/vfork.S
libc/sysdeps/linux/common/vfork.c
libc/sysdeps/linux/cris/sysdep.h
libc/sysdeps/linux/cris/vfork.S
libc/sysdeps/linux/e1/Makefile
libc/sysdeps/linux/e1/vfork.c [deleted file]
libc/sysdeps/linux/frv/vfork.S
libc/sysdeps/linux/h8300/vfork.S
libc/sysdeps/linux/i386/vfork.S
libc/sysdeps/linux/i960/vfork.S
libc/sysdeps/linux/ia64/sysdep.h
libc/sysdeps/linux/ia64/vfork.S
libc/sysdeps/linux/m68k/vfork.S
libc/sysdeps/linux/microblaze/vfork.S
libc/sysdeps/linux/mips/vfork.S
libc/sysdeps/linux/nios/vfork.S
libc/sysdeps/linux/nios2/vfork.S
libc/sysdeps/linux/powerpc/vfork.S
libc/sysdeps/linux/sh/vfork.S
libc/sysdeps/linux/sparc/vfork.S
libc/sysdeps/linux/v850/vfork.S
libc/sysdeps/linux/x86_64/vfork.S
libc/sysdeps/linux/xtensa/sysdep.h
libc/sysdeps/linux/xtensa/vfork.S