view modules/unlockpt @ 14271:b4cc3c41ca79

libposix: Add _HEADERS primaries to posix modules. Modify gnulib-tool to strip them from generated Makefile.am-s where they are not needed. Also, replace M4 macro prefixes when requested. Finally, omit calls to error() for libposix.
author Bruce Korb <bkorb@gnu.org>
date Sat, 05 Feb 2011 08:22:48 -0800
parents e947b6ae7d08
children efab6978105e
line wrap: on
line source

Description:
unlockpt() function: Unlock the slave side of a pseudo-terminal from its master
side.

Files:
lib/unlockpt.c
m4/unlockpt.m4

Depends-on:
stdlib
extensions
ptsname

configure.ac:
gl_FUNC_UNLOCKPT
gl_STDLIB_MODULE_INDICATOR([unlockpt])

Makefile.am:

Include:
<stdlib.h>

License:
LGPL

Maintainer:
Bruno Haible