Added _select() stub for select().
This commit is contained in:
		
							parent
							
								
									bd535a120b
								
							
						
					
					
						commit
						6b1f8de38a
					
				@ -1,4 +1,6 @@
 | 
			
		||||
 | 
			
		||||
#define select _select
 | 
			
		||||
 | 
			
		||||
#include <lib.h>
 | 
			
		||||
#include <sys/time.h>
 | 
			
		||||
#include <sys/select.h>
 | 
			
		||||
 | 
			
		||||
@ -75,6 +75,7 @@ libc_FILES=" \
 | 
			
		||||
	rewinddir.s \
 | 
			
		||||
	rmdir.s \
 | 
			
		||||
	sbrk.s \
 | 
			
		||||
	select.s \
 | 
			
		||||
	seekdir.s \
 | 
			
		||||
	setgid.s \
 | 
			
		||||
	setsid.s \
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										7
									
								
								lib/syscall/select.s
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										7
									
								
								lib/syscall/select.s
									
									
									
									
									
										Executable file
									
								
							@ -0,0 +1,7 @@
 | 
			
		||||
.sect .text
 | 
			
		||||
.extern	__select
 | 
			
		||||
.define	_select
 | 
			
		||||
.align 2
 | 
			
		||||
 | 
			
		||||
_select:
 | 
			
		||||
	jmp	__select
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user