git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69e273c
)
memfd_test: Make it work on 32-bit systems
author
Pranith Kumar
<bobby.prani@gmail.com>
Wed, 3 Sep 2014 14:31:16 +0000
(10:31 -0400)
committer
Shuah Khan
<shuahkh@osg.samsung.com>
Thu, 4 Sep 2014 16:59:03 +0000
(10:59 -0600)
This test currently fails on 32-bit systems since we use u64 type to pass the
flags to fcntl.
This commit changes this to use 'unsigned int' type for flags to fcntl making it
work on 32-bit systems.
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
No differences found