work around Solaris 9 pty-close bug
authorTom Yu <tlyu@mit.edu>
Sat, 6 Dec 2003 00:39:23 +0000 (00:39 +0000)
committerTom Yu <tlyu@mit.edu>
Sat, 6 Dec 2003 00:39:23 +0000 (00:39 +0000)
commit6d7ae260af69f3ed6540a0cc5807497b5b9b1ee1
tree3e32ec86fc2e116e91a3bc291b1c65c3bbe2aca5
parent9cdba50abe8f6fc6ed8cb417d9d2a288127748f7
work around Solaris 9 pty-close bug

Create a LD_PRELOAD object, exitsleep, that will sleep for a short
time prior to calling the real exit() function.  This attempts to work
around a Solaris 9 kernel bug where output will get lost if it is
written to a pty immediately prior to the pty close.

ticket: new
component: krb5-build

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15864 dc483132-0cff-0310-8789-dd5450dbe970
src/ChangeLog
src/config/ChangeLog
src/config/shlib.conf
src/configure.in
src/kadmin/testing/scripts/ChangeLog
src/kadmin/testing/scripts/env-setup.shin
src/util/ChangeLog
src/util/Makefile.in
src/util/exitsleep.c [new file with mode: 0644]