Revision 3f53d546 linux-user/syscall_defs.h

b/linux-user/syscall_defs.h
504 504
#define TARGET_SI_PAD_SIZE	((TARGET_SI_MAX_SIZE/sizeof(int)) - 3)
505 505

  
506 506
typedef struct target_siginfo {
507
#ifdef TARGET_MIPS
508
	int si_signo;
509
	int si_code;
510
	int si_errno;
511
#else
507 512
	int si_signo;
508 513
	int si_errno;
509 514
	int si_code;
515
#endif
510 516

  
511 517
	union {
512 518
		int _pad[TARGET_SI_PAD_SIZE];

Also available in: Unified diff