Blackfin: delete fork func
authorMike Frysinger <vapier@gentoo.org>
Tue, 1 May 2012 04:48:06 +0000 (00:48 -0400)
committerBob Liu <lliubbo@gmail.com>
Mon, 21 May 2012 06:54:39 +0000 (14:54 +0800)
We don't implement fork() since we are no-mmu, so redirect it to the
existing ENOSYS stub rather than adding a custom EINVAL one.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Bob Liu <lliubbo@gmail.com>

No differences found