Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: head/lib/libc/amd64/sys/vfork.S 240178 2012-09-06 20:59:49Z jilles $");
---
> __FBSDID("$FreeBSD: head/lib/libc/amd64/sys/vfork.S 258447 2013-11-21 21:25:58Z andreast $");
41,44c41,42
< .weak _vfork
< .set _vfork,__sys_vfork
< .weak vfork
< .set vfork,__sys_vfork
---
> WEAK_REFERENCE(__sys_vfork, _vfork)
> WEAK_REFERENCE(__sys_vfork, vfork)