Mercurial > hg > octave-kai > gnulib-hg
view modules/pt_chown @ 16029:4d5243b3434e
renameat: Optimize code size.
* modules/renameat (configure.ac): Don't compile at-func2.c if
REPLACE_RENAMEAT is 1.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 04 Nov 2011 18:13:22 +0100 |
parents | 5b8b0e22d39f |
children | 9009d83acea4 |
line wrap: on
line source
Description: Helper program for setting the owner of the slave side of a pseudo-terminal. Files: lib/pt_chown.c lib/pty-private.h Depends-on: ptsname stdlib configmake configure.ac: Makefile.am: # TODO: Add rules for installing as setuid root (chown root, chmod a=rx,u+s). pkglibexec_PROGRAMS = pt_chown pt_chown_LDADD = libgnu.a Include: License: LGPLv2+ Maintainer: glibc