![](https://secure.gravatar.com/avatar/cc13150cabd87c26f35cb4b0ea78d66d.jpg?s=120&d=mm&r=g)
Raymond Toy pushed to branch rtoy-unix-core at cmucl / cmucl Commits: 13513a76 by Raymond Toy at 2015-05-10T15:56:35Z Remove sgttyb from unix exports; run-program doesn't use it on linux. - - - - - 1 changed file: - src/code/exports.lisp Changes: ===================================== src/code/exports.lisp ===================================== --- a/src/code/exports.lisp +++ b/src/code/exports.lisp @@ -379,9 +379,6 @@ "LTCHARS" "D-NAMLEN" - ;; run-program.lisp - "SGTTYB" - ;; Other symbols "BLKCNT-T" "D-INO" "D-OFF" "EADV" "EBADE" "EBADFD" "EBADMSG" "EBADR" "EBADRQC" "EBADSLT" "EBFONT" "ECHRNG" "ECOMM" "EDEADLOCK" "EDOTDOT" View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/13513a76f8a8813a56af22f20a...