From 4d3492ca676f32fcd47097dcfe8d0e3edfcd0209 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 19 Aug 2011 23:29:53 -0700 Subject: &CORE::fork() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In commit 7fa5bd9b5, I not only forgot about getpwent (see commit cc131e4, in which I mistakenly called it pwent), but fork as well. Again, all this commit has to do is add it to the list of ‘ampable’ functions in gv.c. The rest already works. --- gv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gv.c') diff --git a/gv.c b/gv.c index aaa64418ca..edc6202d63 100644 --- a/gv.c +++ b/gv.c @@ -1356,6 +1356,7 @@ Perl_gv_fetchpvn_flags(pTHX_ const char *nambeg, STRLEN full_len, I32 flags, case KEY_continue: case KEY_endgrent: case KEY_endhostent: case KEY_endnetent: case KEY_endprotoent: case KEY_endpwent: case KEY_endservent: case KEY_getgrent: case KEY_gethostent: + case KEY_fork: case KEY_getlogin: case KEY_getnetent: case KEY_getppid: case KEY_getprotoent: case KEY_getservent: case KEY_getpwent: case KEY_setgrent: -- cgit v1.2.1