linux.hh (6640:30d92d2b66a1) linux.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;

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

100 static const unsigned TIOCSETP_ = 0x80067409;
101 static const unsigned TIOCSETN_ = 0x8006740a;
102 static const unsigned TIOCSETC_ = 0x80067411;
103 static const unsigned TIOCGETC_ = 0x40067412;
104 static const unsigned FIONREAD_ = 0x4004667f;
105 static const unsigned TIOCISATTY_ = 0x2000745e;
106 static const unsigned TIOCGETS_ = 0x402c7413;
107 static const unsigned TIOCGETA_ = 0x40127417;
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;

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

100 static const unsigned TIOCSETP_ = 0x80067409;
101 static const unsigned TIOCSETN_ = 0x8006740a;
102 static const unsigned TIOCSETC_ = 0x80067411;
103 static const unsigned TIOCGETC_ = 0x40067412;
104 static const unsigned FIONREAD_ = 0x4004667f;
105 static const unsigned TIOCISATTY_ = 0x2000745e;
106 static const unsigned TIOCGETS_ = 0x402c7413;
107 static const unsigned TIOCGETA_ = 0x40127417;
108 static const unsigned TCSETAW_ = 0x80147419; // 2.6.15 kernel
108 //@}
109
110 /// For table().
111 static const int TBL_SYSINFO = 12;
112
113 /// Resource enumeration for getrlimit().
114 enum rlimit_resources {
115 TGT_RLIMIT_CPU = 0,

--- 30 unchanged lines hidden ---
109 //@}
110
111 /// For table().
112 static const int TBL_SYSINFO = 12;
113
114 /// Resource enumeration for getrlimit().
115 enum rlimit_resources {
116 TGT_RLIMIT_CPU = 0,

--- 30 unchanged lines hidden ---