view modules/unlockpt @ 14953:632892f73130

fwriting: Move AC_LIBOBJ invocations to module description. * m4/fwriting.m4 (gl_FUNC_FWRITINT): Move AC_LIBOBJ invocation from here... * modules/fwriting (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sat, 07 May 2011 13:48:53 +0200
parents efab6978105e
children c5dcba2a45c0
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         [test $HAVE_UNLOCKPT = 0]

configure.ac:
gl_FUNC_UNLOCKPT
gl_STDLIB_MODULE_INDICATOR([unlockpt])

Makefile.am:

Include:
<stdlib.h>

License:
LGPL

Maintainer:
Bruno Haible