summaryrefslogtreecommitdiffstats
path: root/unix/mkLinks
diff options
context:
space:
mode:
Diffstat (limited to 'unix/mkLinks')
-rw-r--r--unix/mkLinks4
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index eb21723..521d988 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -668,6 +668,10 @@ if test -r OpenFileChnl.3; then
ln OpenFileChnl.3 Tcl_Gets.3
fi
if test -r OpenFileChnl.3; then
+ rm -f Tcl_Ungets.3
+ ln OpenFileChnl.3 Tcl_Ungets.3
+fi
+if test -r OpenFileChnl.3; then
rm -f Tcl_GetsObj.3
ln OpenFileChnl.3 Tcl_GetsObj.3
fi