linux.hh (2665:a124942bacb8) linux.hh (4131:660ebc4994a9)
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;

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

91
92 //@{
93 /// For setsysinfo().
94 static const unsigned SSI_IEEE_FP_CONTROL = 14; //!< ieee_set_fp_control()
95 //@}
96
97 //@{
98 /// ioctl() command codes.
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;

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

91
92 //@{
93 /// For setsysinfo().
94 static const unsigned SSI_IEEE_FP_CONTROL = 14; //!< ieee_set_fp_control()
95 //@}
96
97 //@{
98 /// ioctl() command codes.
99 static const unsigned TIOCGETP = 0x40067408;
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;
99 static const unsigned TIOCGETP_ = 0x40067408;
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 //@}
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,

--- 15 unchanged lines hidden ---
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,

--- 15 unchanged lines hidden ---