diff options
author | Steve Peters <steve@fisharerojo.org> | 2007-05-01 15:32:15 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-05-01 15:32:15 +0000 |
commit | 3497a01ff49c0a24f2db9e69c6bb89e36e940ed4 (patch) | |
tree | c6028e5ca43baa2875933c4e28fbb762cbf121c0 /proto.h | |
parent | 56d400ed3af68f3e129d79065e75af152cabbe59 (diff) | |
download | perl-3497a01ff49c0a24f2db9e69c6bb89e36e940ed4.tar.gz |
Add Perl_my_dirfd() to util.c
p4raw-id: //depot/perl@31112
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4197,6 +4197,7 @@ PERL_CALLCONV char* Perl_my_atof2(pTHX_ const char *s, NV* value) __attribute__nonnull__(pTHX_2); PERL_CALLCONV int Perl_my_socketpair(int family, int type, int protocol, int fd[2]); +PERL_CALLCONV int Perl_my_dirfd(DIR* dir); #ifdef PERL_OLD_COPY_ON_WRITE PERL_CALLCONV SV* Perl_sv_setsv_cow(pTHX_ SV* dsv, SV* ssv) __attribute__nonnull__(pTHX_1) |