about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/spawn.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/spawn.h b/include/spawn.h
index bba57ce4..c9bd1939 100644
--- a/include/spawn.h
+++ b/include/spawn.h
@@ -28,7 +28,9 @@ typedef struct {
 	int __flags;
 	pid_t __pgrp;
 	sigset_t __def, __mask;
-	int __prio, __pol, __pad[16];
+	int __prio, __pol;
+	void *__fn;
+	char __pad[64-sizeof(void *)];
 } posix_spawnattr_t;
 
 typedef struct {