A fdserver is added and started at init time.
The role of the fdserver (file descriptor server) is to enable sharing of
file descriptors between unrelated processes: processes which wish to
share a file descriptor may register their files descriptor to the server
and processes wishing to use the sh
A fdserver is added and started at init time.
The role of the fdserver (file descriptor server) is to enable sharing of
file descriptors between unrelated processes: processes which wish to
share a file descriptor may register their files descriptor to the server
and processes wishing to use the sh
This module fails to compile with CC=clang:
make[1]: Entering directory
'/home/bill/linaro/chrisdrv/platform/linux-generic'
CC _fdserver.lo
_fdserver.c:150:17: error: cast from 'unsigned char *' to 'int *' increases
required alignment from 1 to 4 [-Werror,-Wcast-align]
A fdserver is added and started at init time.
The role of the fdserver (file descriptor server) is to enable sharing of
file descriptors between unrelated processes: processes which wish to
share a file descriptor may register their files descriptor to the server
and processes wishing to use the sh