Commit 936cef69b1e34a2f654de30577cce8bf6db461b5

Paul Eggert 2011-09-24T22:49:14

dup2: minor simplifications * lib/dup2.c (ms_windows_dup2): Omit 'inline' as it's not clear that it's a performance win. (rpl_dup2): Change "if !((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)" to "ifdef F_GETFL".