eventlib.c (7c478bd9) eventlib.c (e8031f0a)
1/*
1/*
2 * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
2 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
3 * Use is subject to license terms.
4 */
5
6/*
7 * Copyright (c) 1995-1999 by Internet Software Consortium
8 *
9 * Permission to use, copy, modify, and distribute this software for any
10 * purpose with or without fee is hereby granted, provided that the above

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

48
49#include <isc/eventlib.h>
50#include <isc/assertions.h>
51#include "eventlib_p.h"
52
53#include "port_after.h"
54
55#ifdef SUNW_POLL
3 * Use is subject to license terms.
4 */
5
6/*
7 * Copyright (c) 1995-1999 by Internet Software Consortium
8 *
9 * Permission to use, copy, modify, and distribute this software for any
10 * purpose with or without fee is hereby granted, provided that the above

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

48
49#include <isc/eventlib.h>
50#include <isc/assertions.h>
51#include "eventlib_p.h"
52
53#include "port_after.h"
54
55#ifdef SUNW_POLL
56#if defined(pselect)
57#undef pselect
58#endif
56#define pselect Pselect
57#endif /* SUNW_POLL */
58
59/* Forward. */
60
61#ifdef NEED_PSELECT
62static int pselect(int, void *, void *, void *,
63 struct timespec *,

--- 836 unchanged lines hidden ---
59#define pselect Pselect
60#endif /* SUNW_POLL */
61
62/* Forward. */
63
64#ifdef NEED_PSELECT
65static int pselect(int, void *, void *, void *,
66 struct timespec *,

--- 836 unchanged lines hidden ---