X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fspawn_int.h;h=f22a659fbef73dea72abab7814661b910cd8b42a;hb=43593319b31e6b0175b8eec4433bac744959822d;hp=ec06779c6b05fe0fb165c90ed531c8e9b16779af;hpb=07c1f7b3d60a2d8433bddf1a85c33bc2ba4f59ff;p=gnulib.git diff --git a/lib/spawn_int.h b/lib/spawn_int.h index ec06779c6..f22a659fb 100644 --- a/lib/spawn_int.h +++ b/lib/spawn_int.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2000, 2008 Free Software Foundation, Inc. +/* Copyright (C) 2000, 2008-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 @@ -51,12 +51,12 @@ struct __spawn_action # define __posix_spawn_file_actions_realloc gl_posix_spawn_file_actions_realloc #endif extern int __posix_spawn_file_actions_realloc (posix_spawn_file_actions_t * - file_actions); + file_actions); #if !_LIBC # define __spawni gl_posix_spawn_internal #endif extern int __spawni (pid_t *pid, const char *path, - const posix_spawn_file_actions_t *file_actions, - const posix_spawnattr_t *attrp, char *const argv[], - char *const envp[], int use_path); + const posix_spawn_file_actions_t *file_actions, + const posix_spawnattr_t *attrp, char *const argv[], + char *const envp[], int use_path);