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 62116c6..a16bdcb 100644
--- a/unix/mkLinks
+++ b/unix/mkLinks
@@ -567,6 +567,14 @@ if test -r SetErrno.3; then
rm -f Tcl_GetErrno.3
ln SetErrno.3 Tcl_GetErrno.3
fi
+if test -r SetErrno.3; then
+ rm -f Tcl_ErrnoId.3
+ ln SetErrno.3 Tcl_ErrnoId.3
+fi
+if test -r SetErrno.3; then
+ rm -f Tcl_ErrnoMsg.3
+ ln SetErrno.3 Tcl_ErrnoMsg.3
+fi
if test -r Hash.3; then
rm -f Tcl_GetHashKey.3
ln Hash.3 Tcl_GetHashKey.3