pollevent.cc (6214:1ec0ec8933ae) pollevent.cc (6216:2f4020838149)
1/*
2 * Copyright (c) 2002-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;

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

33#if defined(__sun__) || defined(__SUNPRO_CC)
34#include <sys/file.h>
35#endif
36
37#include <fcntl.h>
38#include <signal.h>
39#include <unistd.h>
40
1/*
2 * Copyright (c) 2002-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;

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

33#if defined(__sun__) || defined(__SUNPRO_CC)
34#include <sys/file.h>
35#endif
36
37#include <fcntl.h>
38#include <signal.h>
39#include <unistd.h>
40
41#include "sim/async.hh"
42#include "base/types.hh"
43#include "base/misc.hh"
44#include "base/pollevent.hh"
41#include "base/misc.hh"
42#include "base/pollevent.hh"
43#include "base/types.hh"
44#include "sim/async.hh"
45#include "sim/core.hh"
46#include "sim/serialize.hh"
47
48using namespace std;
49
50PollQueue pollQueue;
51
52/////////////////////////////////////////////////////

--- 226 unchanged lines hidden ---
45#include "sim/core.hh"
46#include "sim/serialize.hh"
47
48using namespace std;
49
50PollQueue pollQueue;
51
52/////////////////////////////////////////////////////

--- 226 unchanged lines hidden ---