summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 15:46:41 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 15:46:41 -0800
commite9eb029d6e44d06fa9a596c4973c3f1d61341138 (patch)
tree79d7c1e503406fc224a34045ca3608715609a4fc
parent2155e139c7cfc873636229b9d6b5fd6265a3a9a0 (diff)
unifdef __USLC__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--util/AsmMacros.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/AsmMacros.h b/util/AsmMacros.h
index 8305903..aede90b 100644
--- a/util/AsmMacros.h
+++ b/util/AsmMacros.h
@@ -329,9 +329,6 @@ void outl(U16_t, U32_t);
# endif
# ifdef SVR4
# include <sys/types.h>
-# ifndef __USLC__
-# define __USLC__
-# endif
# endif
# include <sys/inline.h>
# define intr_disable() asm("cli")