linux.hh (5543:3af77710f397) linux.hh (5867:c3e4371d37a8)
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;

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

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

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

89
90 //@{
91 /// For setsysinfo().
92 static const unsigned SSI_IEEE_FP_CONTROL = 14; //!< ieee_set_fp_control()
93 //@}
94
95 //@{
96 /// ioctl() command codes.
97 static const unsigned TIOCGETP = 0x7408;
98 static const unsigned TIOCSETP = 0x7409;
99 static const unsigned TIOCSETN = 0x740a;
100 static const unsigned TIOCSETC = 0x7411;
101 static const unsigned TIOCGETC = 0x7412;
102 static const unsigned FIONREAD = 0x467f;
103 static const unsigned TIOCISATTY = 0x5480;
104 static const unsigned TIOCGETS = 0x540d;
105 static const unsigned TIOCGETA = 0x7417;
97 static const unsigned TIOCGETP_ = 0x7408;
98 static const unsigned TIOCSETP_ = 0x7409;
99 static const unsigned TIOCSETN_ = 0x740a;
100 static const unsigned TIOCSETC_ = 0x7411;
101 static const unsigned TIOCGETC_ = 0x7412;
102 static const unsigned FIONREAD_ = 0x467f;
103 static const unsigned TIOCISATTY_ = 0x5480;
104 static const unsigned TIOCGETS_ = 0x540d;
105 static const unsigned TIOCGETA_ = 0x7417;
106 //@}
107
108 /// For table().
109 static const int TBL_SYSINFO = 12;
110
111 /// Resource enumeration for getrlimit()/setrlimit().
112 enum rlimit_resources {
113 TGT_RLIMIT_CPU = 0,

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

--- 21 unchanged lines hidden ---