Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104961
b: refs/heads/master
c: 7c1fed0
h: refs/heads/master
i:
  104959: d71e945
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Jul 23, 2008
1 parent 82cf2b0 commit c59241e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4d8f54d9e4323baae8c8ca753db91563f4b34ddb
refs/heads/master: 7c1fed03b9fa32d4323d5caa6a9c7dcdd7eba767
8 changes: 8 additions & 0 deletions trunk/arch/um/include/init.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,20 @@ typedef void (*exitcall_t)(void);
# define __section(S) __attribute__ ((__section__(#S)))
#endif

#if __GNUC__ == 3

#if __GNUC_MINOR__ >= 3
# define __used __attribute__((__used__))
#else
# define __used __attribute__((__unused__))
#endif

#else
#if __GNUC__ == 4
# define __used __attribute__((__used__))
#endif
#endif

#else
#include <linux/compiler.h>
#endif
Expand Down

0 comments on commit c59241e

Please sign in to comment.