From a1c456ccebc828d670675ceb4d13588319809db8 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Fri, 3 Oct 2008 13:34:01 +0000 Subject: [PATCH] Export UNIX-OPENPTY. --- code/exports.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/exports.lisp b/code/exports.lisp index c1653e894..161236db1 100644 --- a/code/exports.lisp +++ b/code/exports.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.271 2008/09/07 00:22:41 rtoy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.272 2008/10/03 13:34:01 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -307,7 +307,8 @@ #+(or svr4 bsd linux) "O_NDELAY" "CHECK" - "UNIX-RECVFROM" "UNIX-SENDTO" "UNIX-SHUTDOWN") + "UNIX-RECVFROM" "UNIX-SENDTO" "UNIX-SHUTDOWN" + "UNIX-OPENPTY") #+(or svr4 linux) (:export "EADDRINUSE" "EADDRNOTAVAIL" "EADV" "EAFNOSUPPORT" "EALREADY" "EBADE" "EBADFD" "EBADMSG" "EBADR" "EBADRQC" -- GitLab