Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83217
b: refs/heads/master
c: bf53d85
h: refs/heads/master
i:
  83215: 096b1bf
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Feb 5, 2008
1 parent ed7d499 commit f0897fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 80e39311ff3d7d2267ea8d259aab8dc9d5a59d61
refs/heads/master: bf53d85ec20c228e0efdadbdb12c0f92283fcfd0
2 changes: 2 additions & 0 deletions trunk/arch/um/os-Linux/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ int os_open_file(const char *file, struct openflags flags, int mode)
f |= O_TRUNC;
if (flags.e)
f |= O_EXCL;
if (flags.a)
f |= O_APPEND;

fd = open64(file, f, mode);
if (fd < 0)
Expand Down

0 comments on commit f0897fb

Please sign in to comment.