From d96de9634a334af16c0ac711074c15ac1762b23c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 5 Sep 2011 20:24:50 -0400 Subject: Try shell in posix_spawn* only in compat mode --- posix/spawni.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'posix/spawni.c') diff --git a/posix/spawni.c b/posix/spawni.c index c7d5f59..4e5f77f 100644 --- a/posix/spawni.c +++ b/posix/spawni.c @@ -1,5 +1,5 @@ /* Guts of POSIX spawn interface. Stub version. - Copyright (C) 2001 Free Software Foundation, Inc. + Copyright (C) 2001, 2011 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -36,7 +36,7 @@ int __spawni (pid_t *pid, const char *file, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *attrp, char *const argv[], - char *const envp[], int use_path) + char *const envp[], int xflags) { __set_errno (ENOSYS); return -1; -- cgit v1.1