t_rcvrel() — Acknowledge receipt of an orderly release indication

Standards

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

Format

#define _XOPEN_SOURCE_EXTENDED 1
#include <xti.h>

int t_rcvrel(int fd);

General description

Since orderly release is not supported, this function always fails.

Returned value

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

Related information