Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11877
b: refs/heads/master
c: c0398ee
h: refs/heads/master
i:
  11875: 94e0b5d
v: v3
  • Loading branch information
Nikita Danilov authored and Linus Torvalds committed Oct 31, 2005
1 parent 2c7eaaa commit 8893969
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: ed8b39d0aaea90df528ebe3756cbef8f735a93e6
refs/heads/master: c0398ee6c2fe3c1743ecc74a6378b67ba0880a4f
2 changes: 1 addition & 1 deletion trunk/include/linux/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ struct sysinfo {
char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */
};

/* Force a compilation error if condition is false */
/* Force a compilation error if condition is true */
#define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))

#ifdef CONFIG_SYSCTL
Expand Down

0 comments on commit 8893969

Please sign in to comment.