changed some names because of namespace pollution
This commit is contained in:
parent
4001fbb580
commit
63e1c0e44a
|
@ -4,5 +4,5 @@ _gtty(fildes,argp)
|
||||||
int fildes ;
|
int fildes ;
|
||||||
struct sgttyb *argp ;
|
struct sgttyb *argp ;
|
||||||
{
|
{
|
||||||
return ioctl(fildes,TIOCGETP,argp) ;
|
return _ioctl(fildes,TIOCGETP,argp) ;
|
||||||
}
|
}
|
||||||
|
|
|
@ -84,9 +84,9 @@ Im2:
|
||||||
.data4 1
|
.data4 1
|
||||||
.data4 0
|
.data4 0
|
||||||
.reghp:
|
.reghp:
|
||||||
.data4 _end
|
.data4 __end
|
||||||
.limhp:
|
.limhp:
|
||||||
.data4 _end
|
.data4 __end
|
||||||
hol0:
|
hol0:
|
||||||
.space 8
|
.space 8
|
||||||
.trppc:
|
.trppc:
|
||||||
|
|
Loading…
Reference in a new issue