default SET_PERSONALITY() in linux/elf.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
79f9f99ad1
commit
e72837e3e7
17 changed files with 5 additions and 54 deletions
|
|
@ -128,7 +128,4 @@ typedef elf_fpreg_t elf_fpregset_t;
|
|||
intent than poking at uname or /proc/cpuinfo. */
|
||||
#define ELF_PLATFORM (NULL)
|
||||
|
||||
#define SET_PERSONALITY(ex) \
|
||||
set_personality(PER_LINUX | (current->personality & (~PER_MASK)))
|
||||
|
||||
#endif /* _ASM_M32R__ELF_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue