mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-08 12:24:55 +00:00
client: remove unused mb() macro
This commit is contained in:
parent
172edf298f
commit
1caee1f216
@ -24,12 +24,6 @@
|
||||
#include <netinet/tcp.h>
|
||||
#include <netdb.h>
|
||||
|
||||
#ifdef __i386__
|
||||
#define mb() __asm__ __volatile__ ("lock; addl $0,0(%%esp)" : : : "memory")
|
||||
#else
|
||||
#define mb() __asm__ __volatile__ ("lock; addl $0,0(%%rsp)" : : : "memory")
|
||||
#endif
|
||||
|
||||
typedef int SOCKET;
|
||||
|
||||
#define INVALID_SOCKET -1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user