summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/bfin/vfork.S
AgeCommit message (Collapse)Author
2015-11-30bfin: use vfork.S againWaldemar Brodkorb
Actually revert 711ad9f92c1cf992c4a3d9f4f709bd692be7789c, as it breaks vfork() on real hardware. So the common implementation no longer works for bfin.
2009-07-23create real common vfork() functionMike Frysinger
Rather than force people to always implement their own vfork(), have the default implementation be sane. For now, only the Blackfin port uses the new code. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2006-05-17fix by Peter S. Mazinger: use sys/syscall.h instead of asm/unistd.hMike Frysinger
2006-02-13Weaken all internal vfork versions in asm code, wondering why only some of ↵Peter S. Mazinger
the archs fail
2006-01-24fork/vfork weak in libc, strong in libpthreadPeter S. Mazinger
2006-01-16touchup styleMike Frysinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger
missing headers, other jump relocs removed
2004-12-21Add support for the Analog Devices Blackfin mmuless processorEric Andersen