summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-06-25 18:25:45 +0200
committerRichard Braun <rbraun@sceen.net>2017-06-25 18:26:19 +0200
commit6a146ea090e6b2623a5ac3f8b8b430d733dc6306 (patch)
tree876fbe6e4091b72ad44b6220c0bfd789cb8e553e
parentb5139fefaba82940d44211cbe4682e15d335497a (diff)
macros: remove the __alias macro
-rw-r--r--macros.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/macros.h b/macros.h
index 1b56040..92265f8 100644
--- a/macros.h
+++ b/macros.h
@@ -66,8 +66,6 @@
#define barrier() asm volatile("" : : : "memory")
-#define __alias(x) __attribute__((alias(x)))
-
/*
* The following macros may be provided by the C environment.
*/