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

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

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;
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

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

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;
89 static const unsigned TCSETAW_ = 0x5407; // 2.6.15 kernel
89 //@}
90
91 /// For table().
92 static const int TBL_SYSINFO = 12;
93
94 /// Resource enumeration for getrlimit().
95 enum rlimit_resources {
96 TGT_RLIMIT_CPU = 0,

--- 72 unchanged lines hidden ---
90 //@}
91
92 /// For table().
93 static const int TBL_SYSINFO = 12;
94
95 /// Resource enumeration for getrlimit().
96 enum rlimit_resources {
97 TGT_RLIMIT_CPU = 0,

--- 72 unchanged lines hidden ---