summaryrefslogtreecommitdiffstats
path: root/xspawn.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-03-13 11:13:01 -0400
committerTavian Barnes <tavianator@tavianator.com>2022-03-13 11:13:01 -0400
commit2f0af35773d9f077a8950a3aeb99a78306aeb5cc (patch)
tree682ecd73a0fdfa49871712c200a3838d0e76c484 /xspawn.h
parent64426f1a89450a0f79b723a4d966f7f9c7492c60 (diff)
downloadbfs-2f0af35773d9f077a8950a3aeb99a78306aeb5cc.tar.xz
Rename the include guards for the recently renamed headers
Diffstat (limited to 'xspawn.h')
-rw-r--r--xspawn.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/xspawn.h b/xspawn.h
index 0dd9d61..cd6a42e 100644
--- a/xspawn.h
+++ b/xspawn.h
@@ -1,6 +1,6 @@
/****************************************************************************
* bfs *
- * Copyright (C) 2018-2019 Tavian Barnes <tavianator@tavianator.com> *
+ * Copyright (C) 2018-2022 Tavian Barnes <tavianator@tavianator.com> *
* *
* Permission to use, copy, modify, and/or distribute this software for any *
* purpose with or without fee is hereby granted. *
@@ -18,8 +18,8 @@
* A process-spawning library inspired by posix_spawn().
*/
-#ifndef BFS_SPAWN_H
-#define BFS_SPAWN_H
+#ifndef BFS_XSPAWN_H
+#define BFS_XSPAWN_H
#include <sys/resource.h>
#include <sys/types.h>
@@ -120,4 +120,4 @@ pid_t bfs_spawn(const char *exe, const struct bfs_spawn *ctx, char **argv, char
*/
char *bfs_spawn_resolve(const char *exe);
-#endif // BFS_SPAWN_H
+#endif // BFS_XSPAWN_H