X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fspawn_int.h;h=f85c6f78f5e44e8092cc275473d247b1fab346da;hb=ab624c1a8f744419fdb653b77250153a3563203f;hp=ec06779c6b05fe0fb165c90ed531c8e9b16779af;hpb=07c1f7b3d60a2d8433bddf1a85c33bc2ba4f59ff;p=gnulib.git diff --git a/lib/spawn_int.h b/lib/spawn_int.h index ec06779c6..f85c6f78f 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-2012 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);