t_rcvuderr() — Receive a unit data error indication

Standards

Standards / Extensions C or C++ Dependencies
XPG4.2 both  

Format

#define _XOPEN_SOURCE_EXTENDED 1
#include <xti.h>

int t_rcvuderr(int fd, struct t_uderr *uderr);

General description

T_CLTS service is not supported in this implementation, so this function always fails.

Returned value

t_rcvuderr() always returns -1 and sets t_errno to TNOTSUPPORT.

Related information