Deleted Added
sdiff udiff text old ( 6686:db7e5f2778cf ) new ( 6689:67d980fcbc7a )
full compact
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 486 unchanged lines hidden (view full) ---

495 case OS::TIOCISATTY_:
496 case OS::TIOCGETP_:
497 case OS::TIOCSETP_:
498 case OS::TIOCSETN_:
499 case OS::TIOCSETC_:
500 case OS::TIOCGETC_:
501 case OS::TIOCGETS_:
502 case OS::TIOCGETA_:
503 return -ENOTTY;
504
505 default:
506 fatal("Unsupported ioctl call: ioctl(%d, 0x%x, ...) @ 0x%llx\n",
507 fd, req, tc->readPC());
508 }
509}
510

--- 675 unchanged lines hidden ---