Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53787
b: refs/heads/master
c: 2714221
h: refs/heads/master
i:
  53785: cfd95d6
  53783: 9799e3a
v: v3
  • Loading branch information
Adrian Bunk authored and Andi Kleen committed May 2, 2007
1 parent 405f634 commit ad64765
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e48b30c189559e20e1f616faccae487972486320
refs/heads/master: 2714221985ce6388ec2fa78d7d52e2a5bef78eec
3 changes: 3 additions & 0 deletions trunk/arch/i386/kernel/asm-offsets.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
#define OFFSET(sym, str, mem) \
DEFINE(sym, offsetof(struct str, mem));

/* workaround for a warning with -Wmissing-prototypes */
void foo(void);

void foo(void)
{
OFFSET(SIGCONTEXT_eax, sigcontext, eax);
Expand Down

0 comments on commit ad64765

Please sign in to comment.