From: Rich Felker Date: Fri, 15 Jun 2012 03:58:40 +0000 (-0400) Subject: direct syscall to open in __init_security needs O_LARGEFILE X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=1dd6eee692be09f04398f378446afec96bc112f2;hp=1dd6eee692be09f04398f378446afec96bc112f2 direct syscall to open in __init_security needs O_LARGEFILE it probably does not matter for /dev/null, but this should be done consistently anyway. ---