Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/posix/posix_spawn.c')
-rw-r--r--newlib/libc/posix/posix_spawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/posix/posix_spawn.c b/newlib/libc/posix/posix_spawn.c
index 14d5b8090..2d273708d 100644
--- a/newlib/libc/posix/posix_spawn.c
+++ b/newlib/libc/posix/posix_spawn.c
@@ -339,7 +339,7 @@ _DEFUN(posix_spawn_file_actions_init, (ret),
}
int
-_DEFUN(posix_spawn_file_action_destroy, (fa),
+_DEFUN(posix_spawn_file_actions_destroy, (fa),
posix_spawn_file_actions_t *fa)
{
posix_spawn_file_actions_entry_t *fae;