pollevent.cc (12164:6a4fd7d604b1) pollevent.cc (12334:e0ab29a34764)
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;

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

40
41#include <fcntl.h>
42#include <unistd.h>
43
44#include <cerrno>
45#include <csignal>
46#include <cstring>
47
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;

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

40
41#include <fcntl.h>
42#include <unistd.h>
43
44#include <cerrno>
45#include <csignal>
46#include <cstring>
47
48#include "base/misc.hh"
48#include "base/logging.hh"
49#include "base/types.hh"
50#include "sim/async.hh"
51#include "sim/core.hh"
52#include "sim/eventq.hh"
53#include "sim/serialize.hh"
54
55using namespace std;
56

--- 198 unchanged lines hidden ---
49#include "base/types.hh"
50#include "sim/async.hh"
51#include "sim/core.hh"
52#include "sim/eventq.hh"
53#include "sim/serialize.hh"
54
55using namespace std;
56

--- 198 unchanged lines hidden ---