X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fspawnp.c;h=8bc5f99acaec8c7b6ca84baceedf74f9d44a0123;hb=4779b635ef35c7b0bc4044fcb5bc746d06f158c4;hp=183a17eceda99a799982715043fdf725c02a8218;hpb=12d62c329c4ff7832780c36c89a24e933e7f3561;p=gnulib.git diff --git a/lib/spawnp.c b/lib/spawnp.c index 183a17ece..8bc5f99ac 100644 --- a/lib/spawnp.c +++ b/lib/spawnp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 Free Software Foundation, Inc. +/* Copyright (C) 2000, 2009-2013 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify @@ -25,9 +25,9 @@ Before running the process perform the actions described in FILE-ACTIONS. */ int posix_spawnp (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[]) + const posix_spawn_file_actions_t *file_actions, + const posix_spawnattr_t *attrp, char *const argv[], + char *const envp[]) { return __spawni (pid, file, file_actions, attrp, argv, envp, 1); }