patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob 261e11308d9eaca63ffc940bd0a6b821df11db02 253 bytes (raw)
name: exec.h 	 # note: path name is non-authoritative(*)

1
2
3
4
5
6
7
 
// SPDX-License-Identifier: GPL-2.0-or-later
// SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is>

#include <stddef.h>

// Like execvp, but takes an argz vector instead of an argv array.
int execzp(const char *file, const char *argz, size_t len);

debug log:

solving 261e113 ...
found 261e113 in https://inbox.spectrum-os.org/spectrum-devel/20210319025648.17925-6-hi@alyssa.is/

applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20210319025648.17925-6-hi@alyssa.is/
diff --git a/exec.h b/exec.h
new file mode 100644
index 0000000..261e113

Checking patch exec.h...
Applied patch exec.h cleanly.

index at:
100644 261e11308d9eaca63ffc940bd0a6b821df11db02	exec.h

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).