diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2002-05-08 22:49:33 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2002-05-08 22:49:33 +0000 |
commit | 8471e818e55aa68e0b3a62bffe6ae3f218e1d3b9 (patch) | |
tree | 22d944da0465db82999d4d066201b8145bc1641c /XSUB.h | |
parent | fa0d5baf14db472f23bc6b8b3151cecc9aa18ffa (diff) | |
download | perl-8471e818e55aa68e0b3a62bffe6ae3f218e1d3b9.tar.gz |
make the gettimeofday() implementation in Time::HiRes available
from perl
p4raw-id: //depot/perl@16503
Diffstat (limited to 'XSUB.h')
-rw-r--r-- | XSUB.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -421,6 +421,7 @@ C<xsubpp>. See L<perlxs/"The VERSIONCHECK: Keyword">. # define longjmp PerlProc_longjmp # define signal PerlProc_signal # define getpid PerlProc_getpid +# define gettimeofday PerlProc_gettimeofday # define htonl PerlSock_htonl # define htons PerlSock_htons # define ntohl PerlSock_ntohl |