X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fspawnp.c;h=5ca0fed509d83a8cb9c3e721d0ed59c97f80e3e4;hb=8ea6bf995cf561a525abc8f716e98c8a9b917496;hp=183a17eceda99a799982715043fdf725c02a8218;hpb=12d62c329c4ff7832780c36c89a24e933e7f3561;p=gnulib.git diff --git a/lib/spawnp.c b/lib/spawnp.c index 183a17ece..5ca0fed50 100644 --- a/lib/spawnp.c +++ b/lib/spawnp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 Free Software Foundation, Inc. +/* Copyright (C) 2000, 2009-2011 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); }