[git] GPG-ERROR - branch, master, updated. libgpg-error-1.27-248-gc0d331c

by Werner Koch cvs at cvs.gnupg.org
Tue Mar 13 10:04:55 CET 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  c0d331c063842ab4352e616269788b7c71d63e02 (commit)
      from  863948ab29d1016a271fd7e6d48af316dad4e939 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c0d331c063842ab4352e616269788b7c71d63e02
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Mar 13 09:57:46 2018 +0100

    core: Fix regression due to not exporting the process API.
    
    --
    Fixes-commit: 0e503cae75cb1a6aa257228a65941b7630ff35d6
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index e78a6f1..11d4950 100644
--- a/src/gpg-error.h.in
+++ b/src/gpg-error.h.in
@@ -1029,12 +1029,12 @@ void _gpgrt_log_assert (const char *expr, const char *file, int line,
 /*
  * Spawn functions  (Not yet available)
  */
-#if 0
-
 #define GPGRT_SPAWN_NONBLOCK   16 /* Set the streams to non-blocking.      */
 #define GPGRT_SPAWN_RUN_ASFW   64 /* Use AllowSetForegroundWindow on W32.  */
 #define GPGRT_SPAWN_DETACHED  128 /* Start the process in the background.  */
 
+#if 0
+
 /* Function and convenience macros to create pipes.  */
 gpg_err_code_t gpgrt_make_pipe (int filedes[2], gpgrt_stream_t *r_fp,
                                 int direction, int nonblock);
diff --git a/src/visibility.h b/src/visibility.h
index b33744d..f37555a 100644
--- a/src/visibility.h
+++ b/src/visibility.h
@@ -188,6 +188,7 @@ MARK_VISIBLE (gpgrt_log_clock)
 MARK_VISIBLE (gpgrt_log_flush)
 MARK_VISIBLE (_gpgrt_log_assert)
 
+#if 0
 MARK_VISIBLE (gpgrt_make_pipe)
 MARK_VISIBLE (gpgrt_spawn_process)
 MARK_VISIBLE (gpgrt_spawn_process_fd)
@@ -196,7 +197,7 @@ MARK_VISIBLE (gpgrt_wait_process)
 MARK_VISIBLE (gpgrt_wait_processes)
 MARK_VISIBLE (gpgrt_kill_process)
 MARK_VISIBLE (gpgrt_release_process)
-
+#endif
 
 #undef MARK_VISIBLE
 

-----------------------------------------------------------------------

Summary of changes:
 src/gpg-error.h.in | 4 ++--
 src/visibility.h   | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list