Revision 24e1003a linux-user/syscall_defs.h

b/linux-user/syscall_defs.h
1998 1998
    char            d_name[256];
1999 1999
};
2000 2000

  
2001
struct target_mq_attr {
2002
    abi_long mq_flags;
2003
    abi_long mq_maxmsg;
2004
    abi_long mq_msgsize;
2005
    abi_long mq_curmsgs;
2006
};
2007

  
2001 2008
#include "socket.h"
2002 2009

  
2003 2010
#include "errno_defs.h"

Also available in: Unified diff