diff options
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mkLinks | 8 |
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 |