[LTP] [PATCH V2 5/6] include: Add declaration of struct msqid64_ds

Viresh Kumar viresh.kumar@linaro.org
Wed Jun 17 06:30:39 CEST 2020


On 16-06-20, 18:11, Petr Vorel wrote:
> Hi Viresh,
> 
> > +++ b/configure.ac
> > @@ -153,6 +153,7 @@ AC_CHECK_TYPES([struct iovec],,,[#include <sys/uio.h>])
> >  AC_CHECK_TYPES([struct ipc64_perm],,,[#include <sys/ipcbuf.h>])
> >  AC_CHECK_TYPES([struct semid64_ds],,,[#include <sys/sem.h>])
> >  AC_CHECK_TYPES([struct shmid64_ds],,,[#include <sys/shmbuf.h>])
> > +AC_CHECK_TYPES([struct msqid64_ds],,,[#include <sys/msgbuf.h>])
> 
> NOTE (for next time): we try to keep items in configure.ac alphabetically sorted :).

I normally keep such things sorted, looks like I need to watch some
"ABCD" youtube videos with my 3 yrs old daughter now :)

-- 
viresh


More information about the ltp mailing list