summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2007-05-01 15:32:15 +0000
committerSteve Peters <steve@fisharerojo.org>2007-05-01 15:32:15 +0000
commit3497a01ff49c0a24f2db9e69c6bb89e36e940ed4 (patch)
treec6028e5ca43baa2875933c4e28fbb762cbf121c0 /embed.fnc
parent56d400ed3af68f3e129d79065e75af152cabbe59 (diff)
downloadperl-3497a01ff49c0a24f2db9e69c6bb89e36e940ed4.tar.gz
Add Perl_my_dirfd() to util.c
p4raw-id: //depot/perl@31112
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index e92a477fdb..16b75b13fb 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1585,6 +1585,7 @@ Apd |char* |sv_pvn_force_flags|NN SV* sv|NULLOK STRLEN* lp|I32 flags
Apd |void |sv_copypv |NN SV* dsv|NN SV* ssv
Ap |char* |my_atof2 |NN const char *s|NN NV* value
Apn |int |my_socketpair |int family|int type|int protocol|int fd[2]
+Apn |int |my_dirfd |NULLOK DIR* dir
#ifdef PERL_OLD_COPY_ON_WRITE
pMXE |SV* |sv_setsv_cow |NN SV* dsv|NN SV* ssv
#endif