ash: [REDIR] Remove EMFILE special case
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 25 Oct 2016 17:04:39 +0000 (19:04 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 25 Oct 2016 17:04:39 +0000 (19:04 +0200)
commit20a2cd6291924d405e636916962c6294d3b8544e
treef1b7b519002f3bf027127d176f72505758090abb
parentcf98b0c0857f4e83caa1c8aca95ad73d9b723e2f
ash: [REDIR] Remove EMFILE special case

Upstream commit:

    Date: Sun, 6 May 2007 12:01:37 +1000
    [REDIR] Remove EMFILE special case

    No caller of copyfd need to ignore EMFILE so we can remove the special
    case and just let it call sh_error on any error.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c