mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 05:10:05 +00:00
8 lines
166 B
C
8 lines
166 B
C
|
#ifndef _BITS_ERRQUEUE_H
|
||
|
#define _BITS_ERRQUEUE_H 1
|
||
|
|
||
|
/* This platform does not support socket error reporting
|
||
|
via MSG_ERRQUEUE. */
|
||
|
|
||
|
#endif /* bits/errqueue.h */
|