syscall_emul.hh (6686:db7e5f2778cf) syscall_emul.hh (6689:67d980fcbc7a)
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_:
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 case OS::TCSETAW_:
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 ---
504 return -ENOTTY;
505
506 default:
507 fatal("Unsupported ioctl call: ioctl(%d, 0x%x, ...) @ 0x%llx\n",
508 fd, req, tc->readPC());
509 }
510}
511

--- 675 unchanged lines hidden ---