Path: blob/main/tools/build/cross-build/include/linux/spawn.h
39565 views
/*-1* SPDX-License-Identifier: BSD-2-Clause2*3* Copyright 2018-2021 Alex Richardson <[email protected]>4* Copyright 2021 Jessica Clarke <[email protected]>5*6* This software was developed by SRI International and the University of7* Cambridge Computer Laboratory (Department of Computer Science and8* Technology) under DARPA contract HR0011-18-C-0016 ("ECATS"), as part of the9* DARPA SSITH research programme.10*11* This software was developed by SRI International and the University of12* Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)13* ("CTSRD"), as part of the DARPA CRASH research programme.14*15* This work was supported by Innovate UK project 105694, "Digital Security by16* Design (DSbD) Technology Platform Prototype".17*18* Redistribution and use in source and binary forms, with or without19* modification, are permitted provided that the following conditions20* are met:21* 1. Redistributions of source code must retain the above copyright22* notice, this list of conditions and the following disclaimer.23* 2. Redistributions in binary form must reproduce the above copyright24* notice, this list of conditions and the following disclaimer in the25* documentation and/or other materials provided with the distribution.26*27* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND28* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE29* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE30* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE31* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL32* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS33* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)34* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT35* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY36* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF37* SUCH DAMAGE.38*/39#pragma once4041/* posix_spawn_file_actions_t contains a member __used */42#include "__used_workaround_start.h"43#include_next <spawn.h>44#include "__used_workaround_end.h"454647