Mercurial > hg > octave-lojdl > gnulib-hg
view modules/unlockpt @ 15333:f03da5e72c61
timespec-add, timespec-sub: new modules
* lib/timespec.h (timespec_add, timespec_sub): New decls.
* lib/timespec-add.c, lib/timespec-sub.c:
* modules/timespec-add, modules/timespec-sub: New files.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Thu, 30 Jun 2011 15:17:31 -0700 |
parents | c5dcba2a45c0 |
children | d28ebf7351e2 |
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 if test $HAVE_UNLOCKPT = 0; then AC_LIBOBJ([unlockpt]) gl_PREREQ_UNLOCKPT fi gl_STDLIB_MODULE_INDICATOR([unlockpt]) Makefile.am: Include: <stdlib.h> License: LGPL Maintainer: Bruno Haible