History log of /netbsd-src/include/spawn.h (Results 1 – 5 of 5)
Revision Date Author Comments
# 1c052966 07-Nov-2021 christos <christos@NetBSD.org>

Commit the userland portion of the posix_spawn_chdir project by Piyush Sachdeva


# 136a5cd5 22-Feb-2012 martin <martin@NetBSD.org>

Use C++ compatible declaration for posix_spawn (instead of the C99 specific
posix one).


# 74ce3f6b 21-Feb-2012 martin <martin@NetBSD.org>

Make this include file C++ save, using the new __conly_restrict.


# 2b8e910c 20-Feb-2012 martin <martin@NetBSD.org>

Add missing __BEGIN_DECLS, from Henning Petersen in PR misc/46058.


# 19f52532 11-Feb-2012 martin <martin@NetBSD.org>

Add userland part of posix_spawn. Libc functions imported from FreeBSD.
Based on Charles Zhang's summer of code project.