*: replace xopen3 with xopen where makes sense
function old new delta uniq_main 421 416 -5 sort_main 803 798 -5 patch_main 2051 2046 -5 cpio_main 547 542 -5 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -134,7 +134,7 @@ int FAST_FUNC xopen3(const char *pathname, int flags, int mode)
|
||||
return ret;
|
||||
}
|
||||
|
||||
// Die if we can't open an existing file and return a fd.
|
||||
// Die if we can't open a file and return a fd.
|
||||
int FAST_FUNC xopen(const char *pathname, int flags)
|
||||
{
|
||||
return xopen3(pathname, flags, 0666);
|
||||
|
Reference in New Issue
Block a user