diff options
author | ngie <ngie@FreeBSD.org> | 2017-02-21 07:02:51 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-02-21 07:02:51 +0000 |
commit | c63528b3d367dcf834ff1759cb43d40b21511c54 (patch) | |
tree | c539aaf5a32569abe300b10502b62080fe0aeb72 /lib/libnetbsd/pthread.h | |
parent | 3a54285b0861ff79dc226ded783148832bd9bde1 (diff) | |
download | FreeBSD-src-c63528b3d367dcf834ff1759cb43d40b21511c54.zip FreeBSD-src-c63528b3d367dcf834ff1759cb43d40b21511c54.tar.gz |
Revert r314020
The test build I ran unfortunately didn't catch the fact that the sha384.h
compat header is missing on ^/stable/10 due to some code not being MFCed
Diffstat (limited to 'lib/libnetbsd/pthread.h')
-rw-r--r-- | lib/libnetbsd/pthread.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/lib/libnetbsd/pthread.h b/lib/libnetbsd/pthread.h deleted file mode 100644 index f436574..0000000 --- a/lib/libnetbsd/pthread.h +++ /dev/null @@ -1,36 +0,0 @@ -/*- - * Copyright (c) 2017 Dell, Inc. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are met: - * - * 1. Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * - * 2. Redistributions in binary form must reproduce the above copyright notice, - * this list of conditions and the following disclaimer in the documentation - * and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE - * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - * POSSIBILITY OF SUCH DAMAGE. - * - * $FreeBSD$ - */ - -#ifndef _LIBNETBSD_PTHREAD_H_ -#define _LIBNETBSD_PTHREAD_H_ - -#include_next <pthread.h> -#include <pthread_np.h> - -#endif |