Deleted Added
full compact
thread_pool.c (265689) thread_pool.c (266612)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

20 */
21
22/*
23 * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27#include <sys/cdefs.h>
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

20 */
21
22/*
23 * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27#include <sys/cdefs.h>
28__FBSDID("$FreeBSD: head/cddl/compat/opensolaris/misc/thread_pool.c 265689 2014-05-08 16:59:36Z mav $");
28__FBSDID("$FreeBSD: stable/10/cddl/compat/opensolaris/misc/thread_pool.c 266612 2014-05-24 10:44:40Z mav $");
29
30#pragma ident "%Z%%M% %I% %E% SMI"
31
32#include <stdlib.h>
33#include <signal.h>
34#include <errno.h>
35#include "thread_pool_impl.h"
36

--- 394 unchanged lines hidden ---
29
30#pragma ident "%Z%%M% %I% %E% SMI"
31
32#include <stdlib.h>
33#include <signal.h>
34#include <errno.h>
35#include "thread_pool_impl.h"
36

--- 394 unchanged lines hidden ---