3.2.2. Digital TV demux close()

3.2.2.1. Name

Digital TV demux close()

3.2.2.2. Synopsis

int close(int fd)

3.2.2.3. Arguments

fd
File descriptor returned by a previous call to open().

3.2.2.4. Description

This system call deactivates and deallocates a filter that was previously allocated via the open() call.

3.2.2.5. Return Value

On success 0 is returned.

On error, -1 is returned and the errno variable is set appropriately.

The generic error codes are described at the Generic Error Codes chapter.