aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common.h b/common.h
index 13bb715..7aa4e98 100644
--- a/common.h
+++ b/common.h
@@ -39,9 +39,6 @@
} \
} while(0)
-#define likely(x) __builtin_expect((x), 1)
-#define unlikely(x) __builtin_expect((x), 0)
-
int socketx(int domain, int type, int protocol);
int openx(const char *pathname, int flags);
void *mallocx(size_t size);