Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 73699 | Differences between
and this patch

Collapse All | Expand All

(-)uClibc-0.9.26/libc/sysdeps/linux/arm/sys/user.h.mps (+4 lines)
Lines 69-72 Link Here
69
  struct user_fpregs *u_fp0;	/* help gdb to find the FP registers. */
69
  struct user_fpregs *u_fp0;	/* help gdb to find the FP registers. */
70
};
70
};
71
71
72
/* there are some arms w/ 15/16 as PAGE_SIZE (not 12)
73
 * they will require specific uClibc_page.h */
74
#include <bits/uClibc_page.h>
75
72
#endif  /* sys/user.h */
76
#endif  /* sys/user.h */
(-)uClibc-0.9.26/libc/sysdeps/linux/powerpc/sys/user.h.mps (+2 lines)
Lines 37-40 Link Here
37
	char		u_comm[32];		/* user command name */
37
	char		u_comm[32];		/* user command name */
38
};
38
};
39
39
40
#include <bits/uClibc_page.h>
41
40
#endif  /* sys/user.h */
42
#endif  /* sys/user.h */

Return to bug 73699