fresh git tree for public release
we regretfully had to remove our git history for licensing reasons Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
commit
0ad4db4fad
271 changed files with 71255 additions and 0 deletions
6
libtirpc/tirpc/misc/queue.h
Normal file
6
libtirpc/tirpc/misc/queue.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include <sys/queue.h>
|
||||
|
||||
|
||||
#define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next)
|
||||
|
||||
#define STAILQ_FIRST(head) ((head)->stqh_first)
|
||||
Loading…
Add table
Add a link
Reference in a new issue