linux.hh (6640:30d92d2b66a1) linux.hh (6689:67d980fcbc7a)
1/*
2 * Copyright (c) 2006 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;

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

95 static const unsigned TIOCSETP_ = 0x7409;
96 static const unsigned TIOCSETN_ = 0x740a;
97 static const unsigned TIOCSETC_ = 0x7411;
98 static const unsigned TIOCGETC_ = 0x7412;
99 static const unsigned FIONREAD_ = 0x467f;
100 static const unsigned TIOCISATTY_ = 0x5480;
101 static const unsigned TIOCGETS_ = 0x540d;
102 static const unsigned TIOCGETA_ = 0x7417;
1/*
2 * Copyright (c) 2006 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;

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

95 static const unsigned TIOCSETP_ = 0x7409;
96 static const unsigned TIOCSETN_ = 0x740a;
97 static const unsigned TIOCSETC_ = 0x7411;
98 static const unsigned TIOCGETC_ = 0x7412;
99 static const unsigned FIONREAD_ = 0x467f;
100 static const unsigned TIOCISATTY_ = 0x5480;
101 static const unsigned TIOCGETS_ = 0x540d;
102 static const unsigned TIOCGETA_ = 0x7417;
103 static const unsigned TCSETAW_ = 0x5403; // 2.6.15 kernel
103 //@}
104
105 /// For table().
106 static const int TBL_SYSINFO = 12;
107
108 /// Resource enumeration for getrlimit()/setrlimit().
109 enum rlimit_resources {
110 TGT_RLIMIT_CPU = 0,

--- 37 unchanged lines hidden ---
104 //@}
105
106 /// For table().
107 static const int TBL_SYSINFO = 12;
108
109 /// Resource enumeration for getrlimit()/setrlimit().
110 enum rlimit_resources {
111 TGT_RLIMIT_CPU = 0,

--- 37 unchanged lines hidden ---