linux.cc (2980:eab855f06b79) linux.cc (4661:44458219add1)
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;

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

67#endif /* _MSC_VER */
68};
69
70const int MipsLinux::NUM_OPEN_FLAGS =
71 (sizeof(MipsLinux::openFlagTable)/sizeof(MipsLinux::openFlagTable[0]));
72
73
74
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;

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

67#endif /* _MSC_VER */
68};
69
70const int MipsLinux::NUM_OPEN_FLAGS =
71 (sizeof(MipsLinux::openFlagTable)/sizeof(MipsLinux::openFlagTable[0]));
72
73
74
75