X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fspawn_faction_addopen.c;h=ad7240388fd31601360796864254985cf613d0f5;hb=b344de996cd51f8a2f2558a3172016b64d99c622;hp=2f63bc3c2ca9108389b20b8515420008ced79e6d;hpb=eaff1728aebaf49a7bc6f1c8ff7bc85025fe1151;p=gnulib.git diff --git a/lib/spawn_faction_addopen.c b/lib/spawn_faction_addopen.c index 2f63bc3c2..ad7240388 100644 --- a/lib/spawn_faction_addopen.c +++ b/lib/spawn_faction_addopen.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 @@ -32,8 +32,8 @@ `open' for the given file during the `spawn' call. */ int posix_spawn_file_actions_addopen (posix_spawn_file_actions_t *file_actions, - int fd, const char *path, int oflag, - mode_t mode) + int fd, const char *path, int oflag, + mode_t mode) { int maxfd = __sysconf (_SC_OPEN_MAX); struct __spawn_action *rec;