diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-08 16:01:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-17 11:22:40 +0200 |
commit | 4458cc330e6e5b7369151ebe172c00faceb43ade (patch) | |
tree | eb96eb6ccda71a9b93b9f9b7d5cfda500d23d92b /libc/sysdeps/linux/arc/sysdep.h | |
parent | ff58e44fc38474b1898c59caf9a5e75d0d8c6c57 (diff) |
cleanup PTR_MANGLE/PTR_DEMANGLE support
As this is only implemented for a few architecture and not well
tested, just remove it.
Reviewed-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/arc/sysdep.h')
-rw-r--r-- | libc/sysdeps/linux/arc/sysdep.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/sysdeps/linux/arc/sysdep.h b/libc/sysdeps/linux/arc/sysdep.h index d75d89100..5fcc63deb 100644 --- a/libc/sysdeps/linux/arc/sysdep.h +++ b/libc/sysdeps/linux/arc/sysdep.h @@ -18,9 +18,4 @@ nm: #endif /* __ASSEMBLER __*/ #include <common/sysdep.h> - -/* Pointer mangling is not yet supported */ -#define PTR_MANGLE(var) (void) (var) -#define PTR_DEMANGLE(var) (void) (var) - #endif |