Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192561
b: refs/heads/master
c: 4cb3ca7
h: refs/heads/master
i:
  192559: dd83c96
v: v3
  • Loading branch information
Jan Kiszka authored and Jiri Kosina committed Apr 20, 2010
1 parent 074fcb1 commit d83f017
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 0df6e9402e9f6f77b2d431f35ba0f8906b9ca8f3
refs/heads/master: 4cb3ca7cd7e2cae8d1daf5345ec99a1e8502cf3f
2 changes: 2 additions & 0 deletions trunk/arch/um/sys-i386/asm/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ typedef struct user_i387_struct elf_fpregset_t;
pr_reg[16] = PT_REGS_SS(regs); \
} while (0);

struct task_struct;

extern int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu);

#define ELF_CORE_COPY_FPREGS(t, fpu) elf_core_copy_fpregs(t, fpu)
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/um/sys-x86_64/asm/elf.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ typedef struct user_i387_struct elf_fpregset_t;
(pr_reg)[25] = 0; \
(pr_reg)[26] = 0;

struct task_struct;

extern int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu);

#define ELF_CORE_COPY_FPREGS(t, fpu) elf_core_copy_fpregs(t, fpu)
Expand Down

0 comments on commit d83f017

Please sign in to comment.