summaryrefslogtreecommitdiff
path: root/sys/sys/imgact.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/imgact.h')
-rw-r--r--sys/sys/imgact.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/imgact.h b/sys/sys/imgact.h
index 5463b6f80d1c..cd130551c050 100644
--- a/sys/sys/imgact.h
+++ b/sys/sys/imgact.h
@@ -122,6 +122,7 @@ int exec_copyin_args(struct image_args *, const char *, enum uio_seg,
char **, char **);
int exec_copyin_data_fds(struct thread *, struct image_args *, const void *,
size_t, const int *, size_t);
+void exec_stackgap(struct image_params *imgp, uintptr_t *dp);
int pre_execve(struct thread *td, struct vmspace **oldvmspace);
void post_execve(struct thread *td, int error, struct vmspace *oldvmspace);
#endif