msg: Remove redundant #include <sys/msg.h> header
authorLukasz Majewski <lukma@denx.de>
Thu, 22 Oct 2020 11:09:00 +0000 (13:09 +0200)
committerLukasz Majewski <lukma@denx.de>
Wed, 4 Nov 2020 10:34:58 +0000 (11:34 +0100)
commitbb0719a80d2f1733d7adcdf326fc91aaf88db167
tree5e822de1706b37d7f0ad503afe76a73d1b04adff
parentfbb71eddb3b392982df12ba432d19f347c3799f6
msg: Remove redundant #include <sys/msg.h> header

The #include <sys/msg.h> is redundant as we do not use message specific
types for issuing syscalls to handle msg and shm. Only msgctl requires
this header.

Build tests:
./src/scripts/build-many-glibcs.py glibcs
sysdeps/unix/sysv/linux/msgget.c
sysdeps/unix/sysv/linux/msgrcv.c
sysdeps/unix/sysv/linux/msgsnd.c
sysdeps/unix/sysv/linux/shmat.c
sysdeps/unix/sysv/linux/shmdt.c
sysdeps/unix/sysv/linux/shmget.c