linux.hh (6413:424ac9b1079a) linux.hh (6415:d6f1c81980e2)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

72 /// For getrusage().
73 static const int TGT_RUSAGE_SELF = 0;
74 static const int TGT_RUSAGE_CHILDREN = -1;
75 static const int TGT_RUSAGE_BOTH = -2;
76 //@}
77
78 //@{
79 /// ioctl() command codes.
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

72 /// For getrusage().
73 static const int TGT_RUSAGE_SELF = 0;
74 static const int TGT_RUSAGE_CHILDREN = -1;
75 static const int TGT_RUSAGE_BOTH = -2;
76 //@}
77
78 //@{
79 /// ioctl() command codes.
80 static const unsigned TIOCGETP_ = 0x40067408;
80 static const unsigned TIOCGETP_ = 0x5401;
81 static const unsigned TIOCSETP_ = 0x80067409;
82 static const unsigned TIOCSETN_ = 0x8006740a;
83 static const unsigned TIOCSETC_ = 0x80067411;
84 static const unsigned TIOCGETC_ = 0x40067412;
85 static const unsigned FIONREAD_ = 0x4004667f;
86 static const unsigned TIOCISATTY_ = 0x2000745e;
87 static const unsigned TIOCGETS_ = 0x402c7413;
88 static const unsigned TIOCGETA_ = 0x40127417;

--- 65 unchanged lines hidden ---
81 static const unsigned TIOCSETP_ = 0x80067409;
82 static const unsigned TIOCSETN_ = 0x8006740a;
83 static const unsigned TIOCSETC_ = 0x80067411;
84 static const unsigned TIOCGETC_ = 0x40067412;
85 static const unsigned FIONREAD_ = 0x4004667f;
86 static const unsigned TIOCISATTY_ = 0x2000745e;
87 static const unsigned TIOCGETS_ = 0x402c7413;
88 static const unsigned TIOCGETA_ = 0x40127417;

--- 65 unchanged lines hidden ---