Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365610
b: refs/heads/master
c: 2fb0815
h: refs/heads/master
v: v3
  • Loading branch information
Guenter Roeck authored and Linus Torvalds committed Apr 30, 2013
1 parent d9b1612 commit cde80f9
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 657eee7d25fb1422422ca32d5619185ae56a245d
refs/heads/master: 2fb0815c9ee6b9ac50e15dd8360ec76d9fa46a22
2 changes: 1 addition & 1 deletion trunk/include/linux/compiler-gcc4.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define __must_check __attribute__((warn_unused_result))
#define __compiler_offsetof(a,b) __builtin_offsetof(a,b)

#if GCC_VERSION >= 40100
#if GCC_VERSION >= 40100 && GCC_VERSION < 40600
# define __compiletime_object_size(obj) __builtin_object_size(obj, 0)
#endif

Expand Down

0 comments on commit cde80f9

Please sign in to comment.