linux.hh (2632:1bb2f91485ea) linux.hh (4131:660ebc4994a9)
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;

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

86
87 //@{
88 /// For setsysinfo().
89 static const unsigned SSI_IEEE_FP_CONTROL = 14; //!< ieee_set_fp_control()
90 //@}
91
92 //@{
93 /// ioctl() command codes.
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;

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

86
87 //@{
88 /// For setsysinfo().
89 static const unsigned SSI_IEEE_FP_CONTROL = 14; //!< ieee_set_fp_control()
90 //@}
91
92 //@{
93 /// ioctl() command codes.
94 static const unsigned TIOCGETP = 0x7408;
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 = 0x7413;
102 static const unsigned TIOCGETA = 0x7417;
94 static const unsigned TIOCGETP_ = 0x7408;
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_ = 0x7413;
102 static const unsigned TIOCGETA_ = 0x7417;
103 //@}
104
105 /// For table().
106 static const int TBL_SYSINFO = 12;
107
108 /// Resource enumeration for getrlimit().
109 enum rlimit_resources {
110 TGT_RLIMIT_CPU = 0,

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

--- 16 unchanged lines hidden ---