Unexport struct_user_offsets
* defs.h (struct_user_offsets): Remove. * process.c (struct_user_offsets): Make static.
This commit is contained in:
parent
c6ce4fdafc
commit
8c0ef9468c
1
defs.h
1
defs.h
@ -517,7 +517,6 @@ extern const struct xlat addrfams[];
|
||||
extern const struct xlat at_flags[];
|
||||
extern const struct xlat open_access_modes[];
|
||||
extern const struct xlat open_mode_flags[];
|
||||
extern const struct xlat struct_user_offsets[];
|
||||
extern const struct xlat whence_codes[];
|
||||
|
||||
/* Format of syscall return values */
|
||||
|
@ -83,7 +83,7 @@
|
||||
#define uoff(member) offsetof(struct user, member)
|
||||
#define XLAT_UOFF(member) { uoff(member), "offsetof(struct user, " #member ")" }
|
||||
|
||||
const struct xlat struct_user_offsets[] = {
|
||||
static const struct xlat struct_user_offsets[] = {
|
||||
#if defined(S390) || defined(S390X)
|
||||
{ PT_PSWMASK, "psw_mask" },
|
||||
{ PT_PSWADDR, "psw_addr" },
|
||||
|
Loading…
Reference in New Issue
Block a user