changed some names because of namespace pollution
This commit is contained in:
		
							parent
							
								
									fc6247ca5e
								
							
						
					
					
						commit
						30922a239d
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -4,5 +4,5 @@ _gtty(fildes,argp) | |||
| 	int fildes ; | ||||
| 	struct sgttyb *argp ; | ||||
| { | ||||
| 	return ioctl(fildes,TIOCGETP,argp) ; | ||||
| 	return _ioctl(fildes,TIOCGETP,argp) ; | ||||
| } | ||||
|  |  | |||
|  | @ -73,9 +73,9 @@ Im2: | |||
| 	.data4	1
 | ||||
| 	.data4	0
 | ||||
| .reghp: | ||||
| 	.data4	_end
 | ||||
| 	.data4	__end
 | ||||
| .limhp: | ||||
| 	.data4	_end
 | ||||
| 	.data4	__end
 | ||||
| hol0: | ||||
| 	.space	8
 | ||||
| .trppc: | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue