mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									46620a8772
								
							
						
					
					
						commit
						074203d270
					
				
					 9 changed files with 101 additions and 52 deletions
				
			
		|  | @ -177,7 +177,7 @@ extern char *NtGetBin(void); | |||
| extern FILE *mypopen(char *, char *); | ||||
| extern int   mypclose(FILE *); | ||||
| extern int  flock(int fd, int oper); | ||||
| extern FILE *  myfdopen(int, const char *); | ||||
| extern int  myfddup(int); | ||||
| extern void  myfdclose(FILE *); | ||||
| extern SOCKET  myaccept(SOCKET, struct sockaddr *, int *); | ||||
| extern int  mybind(SOCKET, struct sockaddr *, int); | ||||
|  | @ -267,11 +267,6 @@ extern char *mystrerror(int); | |||
| /* #undef va_start */ | ||||
| /* #undef va_end */ | ||||
| 
 | ||||
| #ifdef fdopen | ||||
| #undef fdopen | ||||
| #endif | ||||
| #define fdopen myfdopen | ||||
| 
 | ||||
| #ifdef accept | ||||
| #undef accept | ||||
| #endif | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 matz
						matz