t_sndrel() — Initiate an orderly release

Standards

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

Format

#define _XOPEN_SOURCE_EXTENDED 1
#include <xti.h>

int t_sndrel(int fd);

General description

Since orderly release is not supported, t_sndrel() always fails.

Returned value

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

Related information