Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65b73c69 authored by Martin Schwidefsky's avatar Martin Schwidefsky
Browse files

[S390] remove unused macros from binfmt_elf32.c



The two macros NEW_TO_OLD_UID and NEW_TO_OLD_GID in binfmt_elf32.c
are not used by any code. Remove them.

Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 8e0474f3
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -177,11 +177,6 @@ struct elf_prpsinfo32

#include <linux/highuid.h>

#undef NEW_TO_OLD_UID
#undef NEW_TO_OLD_GID
#define NEW_TO_OLD_UID(uid) ((uid) > 65535) ? (u16)overflowuid : (u16)(uid)
#define NEW_TO_OLD_GID(gid) ((gid) > 65535) ? (u16)overflowgid : (u16)(gid) 

#define elf_addr_t	u32
/*
#define init_elf_binfmt init_elf32_binfmt