Added _select() stub for select().
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
.sect .text
|
||||
.extern __select
|
||||
.define _select
|
||||
.align 2
|
||||
|
||||
_select:
|
||||
jmp __select
|
||||
Reference in New Issue
Block a user