X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fspawn_faction_addopen.c;h=231d4be3047e88b4f4cb57681ee25cf7044bcd00;hb=969fe755730d23ba7ff21ae7511f66067d0a94d8;hp=08482ba192b6f06fb204741cef366c55b5951b58;hpb=eab7b90dfe48d5081a52f723a429cd414dcc97a4;p=gnulib.git diff --git a/lib/spawn_faction_addopen.c b/lib/spawn_faction_addopen.c index 08482ba19..231d4be30 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, 2010 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 @@ -23,12 +23,7 @@ #include #if !_LIBC -# if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ -# include -# define __sysconf(open_max) _getmaxstdio () -# else -# define __sysconf(open_max) getdtablesize () -# endif +# define __sysconf(open_max) getdtablesize () #endif #include "spawn_int.h" @@ -37,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;