summaryrefslogtreecommitdiffstats
path: root/unix/mkLinks
diff options
context:
space:
mode:
Diffstat (limited to 'unix/mkLinks')
-rw-r--r--unix/mkLinks8
1 files changed, 8 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks
index 68fdad4..876254d 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -170,6 +170,8 @@ if test -r CrtChannel.3; then
rm -f Tcl_IsChannelExisting.3
rm -f Tcl_ClearChannelHandlers.3
rm -f Tcl_GetChannelThread.3
+ rm -f Tcl_ChannelBuffered.3
+ rm -f Tcl_GetTopChannel.3
ln CrtChannel.3 Tcl_CreateChannel.3
ln CrtChannel.3 Tcl_GetChannelInstanceData.3
ln CrtChannel.3 Tcl_GetChannelType.3
@@ -201,6 +203,8 @@ if test -r CrtChannel.3; then
ln CrtChannel.3 Tcl_IsChannelExisting.3
ln CrtChannel.3 Tcl_ClearChannelHandlers.3
ln CrtChannel.3 Tcl_GetChannelThread.3
+ ln CrtChannel.3 Tcl_ChannelBuffered.3
+ ln CrtChannel.3 Tcl_GetTopChannel.3
fi
if test -r CrtChnlHdlr.3; then
rm -f Tcl_CreateChannelHandler.3
@@ -746,6 +750,8 @@ if test -r OpenFileChnl.3; then
rm -f Tcl_InputBlocked.3
rm -f Tcl_InputBuffered.3
rm -f Tcl_Ungets.3
+ rm -f Tcl_ReadRaw.3
+ rm -f Tcl_WriteRaw.3
ln OpenFileChnl.3 Tcl_OpenFileChannel.3
ln OpenFileChnl.3 Tcl_OpenCommandChannel.3
ln OpenFileChnl.3 Tcl_MakeFileChannel.3
@@ -773,6 +779,8 @@ if test -r OpenFileChnl.3; then
ln OpenFileChnl.3 Tcl_InputBlocked.3
ln OpenFileChnl.3 Tcl_InputBuffered.3
ln OpenFileChnl.3 Tcl_Ungets.3
+ ln OpenFileChnl.3 Tcl_ReadRaw.3
+ ln OpenFileChnl.3 Tcl_WriteRaw.3
fi
if test -r OpenTcp.3; then
rm -f Tcl_OpenTcpClient.3