forked from len0rd/rockbox
I think I intended a different expression.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26097 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0a7a7ce213
commit
18b1602797
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
#define DISK_BUF_H
|
||||
|
||||
#ifndef OFF_T_MAX
|
||||
#define OFF_T_MAX (~(off_t)1 << (sizeof (off_t)*8 - 1))
|
||||
#define OFF_T_MAX (~((off_t)1 << (sizeof (off_t)*8 - 1)))
|
||||
#endif
|
||||
|
||||
#define DISK_BUF_PAGE_SHIFT 15 /* 32KB cache lines */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue