[LIBTIRPC]
[reactos.git] / reactos / dll / 3rdparty / libtirpc / tirpc / misc / queue.h
diff --git a/reactos/dll/3rdparty/libtirpc/tirpc/misc/queue.h b/reactos/dll/3rdparty/libtirpc/tirpc/misc/queue.h
new file mode 100644 (file)
index 0000000..0346905
--- /dev/null
@@ -0,0 +1,6 @@
+#include <sys/queue.h>
+
+
+#define        STAILQ_NEXT(elm, field) ((elm)->field.stqe_next)
+
+#define        STAILQ_FIRST(head)      ((head)->stqh_first)