diff options
Diffstat (limited to 'win32/perlhost.h')
-rw-r--r-- | win32/perlhost.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/perlhost.h b/win32/perlhost.h index e514bf1342..cc5b5e5cd4 100644 --- a/win32/perlhost.h +++ b/win32/perlhost.h @@ -98,6 +98,10 @@ public: { return g_win32_get_sitelib(pl); }; + virtual int Uname(struct utsname *name, int &err) + { + return win32_uname(name); + }; }; class CPerlSock : public IPerlSock |