Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6674
b: refs/heads/master
c: ff67b59
h: refs/heads/master
v: v3
  • Loading branch information
Tony Luck committed Aug 30, 2005
1 parent 3e177c9 commit bdea8ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 288ceb8f142249109fd2e9f1bf0492bd6ff6d892
refs/heads/master: ff67b59726a8cd3549b069dfa78de2f538d3b8e3
3 changes: 2 additions & 1 deletion trunk/include/asm-ia64/fcntl.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ struct flock {

#define F_LINUX_SPECIFIC_BASE 1024

#define force_o_largefile() ( ! (current->personality & PER_LINUX32) )
#define force_o_largefile() \
(personality(current->personality) != PER_LINUX32)

#endif /* _ASM_IA64_FCNTL_H */

0 comments on commit bdea8ae

Please sign in to comment.