[ Previous | Next | Contents | Home | Search ]
AIX Version 4.3 Kernel and Subsystems Technical Reference, Volume 2

KSKAPACK (Acknowledge Keep Alive Poll)

Purpose

Acknowledges SIGKAP signals.

Syntax

#include <sys/inputdd.h>
int ioctl (FileDescriptor, KSKAPACK, NULL)
int FileDescriptor;

Description

The KSKAPACK ioctl subroutine call acknowledges a SIGKAP (keep alive poll) signal.

Parameters

FileDescriptor Specifies the open file descriptor for the keyboard.

Implementation Specifics

This ioctl subroutine call is part of Base Operating System (BOS) Runtime.

Related Information

The KSKAP subroutine call.


[ Previous | Next | Contents | Home | Search ]