about summary refs log tree commit diff
path: root/posix/tst-spawn7.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/tst-spawn7.c')
-rw-r--r--posix/tst-spawn7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/tst-spawn7.c b/posix/tst-spawn7.c
index cc4498830b..97e0ebf80b 100644
--- a/posix/tst-spawn7.c
+++ b/posix/tst-spawn7.c
@@ -86,7 +86,7 @@ spawn_signal_test (const char *type, const posix_spawnattr_t *attr)
   PID_T_TYPE pid;
   siginfo_t sinfo;
 
-  TEST_COMPARE (posix_spawn (&pid, spargs[0], NULL, attr, spargs, environ), 0);
+  TEST_COMPARE (POSIX_SPAWN (&pid, spargs[0], NULL, attr, spargs, environ), 0);
   TEST_COMPARE (WAITID (P_ALL, 0, &sinfo, WEXITED), 0);
   TEST_COMPARE (sinfo.si_code, CLD_EXITED);
   TEST_COMPARE (sinfo.si_status, 0);