summaryrefslogtreecommitdiff
path: root/modules/unlockpt
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-21 21:09:06 +0100
committerBruno Haible <bruno@clisp.org>2010-03-21 23:19:30 +0100
commite6c527d59af1fd07e33830f72c8c93e31cfd3738 (patch)
tree16f421b181a804d4148c7487249a0dd0ae22f1ad /modules/unlockpt
parent1041a5d44471b8efef2751d8a962080729c88b5b (diff)
downloadgnulib-e6c527d59af1fd07e33830f72c8c93e31cfd3738.tar.gz
New module 'unlockpt'.
Diffstat (limited to 'modules/unlockpt')
-rw-r--r--modules/unlockpt27
1 files changed, 27 insertions, 0 deletions
diff --git a/modules/unlockpt b/modules/unlockpt
new file mode 100644
index 0000000000..4eadff8521
--- /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