Mercurial > hg > octave-lojdl > gnulib-hg
diff modules/unlockpt @ 13030:e947b6ae7d08
New module 'unlockpt'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 21 Mar 2010 21:09:06 +0100 |
parents | |
children | efab6978105e |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/modules/unlockpt @@ -0,0 +1,27 @@ +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