Blackfin: delete fork func
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>
This commit is contained in:
@@ -1377,7 +1377,7 @@ END(_ex_table)
|
||||
ENTRY(_sys_call_table)
|
||||
.long _sys_restart_syscall /* 0 */
|
||||
.long _sys_exit
|
||||
.long _sys_fork
|
||||
.long _sys_ni_syscall /* fork */
|
||||
.long _sys_read
|
||||
.long _sys_write
|
||||
.long _sys_open /* 5 */
|
||||
|
Reference in New Issue
Block a user