annotate modules/unlockpt @ 17111:b8250ce33952

hash-pjw: relax license to LGPLv2+ * modules/hash-pjw (License): Relax, with consent of author.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 26 Sep 2012 20:12:57 -0700
parents 69cc1dcd696b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13030
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 unlockpt() function: Unlock the slave side of a pseudo-terminal from its master
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 side.
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Files:
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/unlockpt.c
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/unlockpt.m4
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 stdlib
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 extensions
15979
69cc1dcd696b unlockpt: Detect invalid argument.
Bruno Haible <bruno@clisp.org>
parents: 15969
diff changeset
12 fcntl-h [test $HAVE_UNLOCKPT = 0]
14683
efab6978105e Avoid unnecessary compilation units, through conditional dependencies.
Bruno Haible <bruno@clisp.org>
parents: 13030
diff changeset
13 ptsname [test $HAVE_UNLOCKPT = 0]
13030
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 configure.ac:
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 gl_FUNC_UNLOCKPT
15134
c5dcba2a45c0 unlockpt: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
17 if test $HAVE_UNLOCKPT = 0; then
c5dcba2a45c0 unlockpt: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
18 AC_LIBOBJ([unlockpt])
c5dcba2a45c0 unlockpt: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
19 gl_PREREQ_UNLOCKPT
c5dcba2a45c0 unlockpt: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14683
diff changeset
20 fi
13030
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 gl_STDLIB_MODULE_INDICATOR([unlockpt])
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Makefile.am:
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Include:
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 <stdlib.h>
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 License:
15969
d28ebf7351e2 ptsname and others: relax license
Eric Blake <eblake@redhat.com>
parents: 15134
diff changeset
29 LGPLv2+
13030
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 Maintainer:
e947b6ae7d08 New module 'unlockpt'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 Bruno Haible