diff options
Diffstat (limited to 'mathoms.c')
-rw-r--r-- | mathoms.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -941,6 +941,11 @@ PP(pp_kill) return pp_chown(); } +PP(pp_symlink) +{ + return pp_link(); +} + U8 * Perl_uvuni_to_utf8(pTHX_ U8 *d, UV uv) { |