summaryrefslogtreecommitdiffstats
path: root/unix/mkLinks
diff options
context:
space:
mode:
Diffstat (limited to 'unix/mkLinks')
-rw-r--r--unix/mkLinks2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index a925818..db75bd3 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -174,6 +174,7 @@ if test -r CrtChannel.3; then
rm -f Tcl_ChannelInputProc.3
rm -f Tcl_ChannelOutputProc.3
rm -f Tcl_ChannelSeekProc.3
+ rm -f Tcl_ChannelWideSeekProc.3
rm -f Tcl_ChannelSetOptionProc.3
rm -f Tcl_ChannelGetOptionProc.3
rm -f Tcl_ChannelWatchProc.3
@@ -206,6 +207,7 @@ if test -r CrtChannel.3; then
ln CrtChannel.3 Tcl_ChannelInputProc.3
ln CrtChannel.3 Tcl_ChannelOutputProc.3
ln CrtChannel.3 Tcl_ChannelSeekProc.3
+ ln CrtChannel.3 Tcl_ChannelWideSeekProc.3
ln CrtChannel.3 Tcl_ChannelSetOptionProc.3
ln CrtChannel.3 Tcl_ChannelGetOptionProc.3
ln CrtChannel.3 Tcl_ChannelWatchProc.3