summaryrefslogtreecommitdiffstats
path: root/spawn.h
diff options
context:
space:
mode:
Diffstat (limited to 'spawn.h')
-rw-r--r--spawn.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/spawn.h b/spawn.h
index ef510e1..a634d6e 100644
--- a/spawn.h
+++ b/spawn.h
@@ -14,6 +14,10 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. *
****************************************************************************/
+/**
+ * A process-spawning library inspired by posix_spawn().
+ */
+
#ifndef BFS_SPAWN_H
#define BFS_SPAWN_H