diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-24 20:27:02 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-24 20:27:02 +0200 |
commit | 50d4a80f67e5bcbf3902138d85a25f6a90847d31 (patch) | |
tree | 18ebd4f82b1b5732977926b9bac4634bfb002759 /extension/fork.c | |
parent | b9c0946c39a677f733d42a26d2de3f44131bbdd8 (diff) | |
download | egawk-50d4a80f67e5bcbf3902138d85a25f6a90847d31.tar.gz egawk-50d4a80f67e5bcbf3902138d85a25f6a90847d31.tar.bz2 egawk-50d4a80f67e5bcbf3902138d85a25f6a90847d31.zip |
Add check for plugin license, make close on exec POSIX compatibile.
Diffstat (limited to 'extension/fork.c')
-rw-r--r-- | extension/fork.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/fork.c b/extension/fork.c index c5458c60..b6f2268c 100644 --- a/extension/fork.c +++ b/extension/fork.c @@ -27,6 +27,8 @@ #include "awk.h" +int plugin_is_GPL_compatible; + /* do_fork --- provide dynamically loaded fork() builtin for gawk */ static NODE * |