http_send.c: Only pass the fd to host_in_access_perm_list().
[paraslash.git] / gcc-compat.h
index 5fea55d5cec035b1e504f0ac928e1f9cdcd463ff..c4e43107def98935f6ef1000a20128274a037b8e 100644 (file)
@@ -1,9 +1,7 @@
 # define inline                inline __attribute__ ((always_inline))
 # define __noreturn    __attribute__ ((noreturn))
 # define __malloc      __attribute__ ((malloc))
-# define __used                __attribute__ ((used))
 # define __a_unused    __attribute__ ((unused))
-# define __packed      __attribute__ ((packed))
 # define likely(x)     __builtin_expect (!!(x), 1)
 # define unlikely(x)   __builtin_expect (!!(x), 0)
 /*