aboutsummaryrefslogtreecommitdiffstats
path: root/src/visibility.c
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2022-10-27 01:53:06 +0000
committerNIIBE Yutaka <[email protected]>2022-10-27 01:53:06 +0000
commit43c1e85fe29a52a9debc068d97c5860a4694b821 (patch)
tree01ed6c329c78fa893428769cf84b7f758212599e /src/visibility.c
parentFix the comment for _gpgrt_spawn_process_fd, it's a variant. (diff)
downloadlibgpg-error-43c1e85fe29a52a9debc068d97c5860a4694b821.tar.gz
libgpg-error-43c1e85fe29a52a9debc068d97c5860a4694b821.zip
spawn: Expose spawn functions.
* src/gpg-error.def.in: Update. * src/gpg-error.vers: Update. * src/gpg-error.h.in: Add declarations. * src/visibility.c: Add implementations. * src/visibility.h: Expose them. -- GnuPG-bug-id: 6249 Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'src/visibility.c')
-rw-r--r--src/visibility.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/visibility.c b/src/visibility.c
index 831b418..dba48b8 100644
--- a/src/visibility.c
+++ b/src/visibility.c
@@ -1093,7 +1093,6 @@ _gpgrt_log_assert (const char *expr, const char *file,
}
-#if 0
gpg_err_code_t
gpgrt_make_pipe (int filedes[2], estream_t *r_fp, int direction, int nonblock)
{
@@ -1152,7 +1151,6 @@ gpgrt_release_process (pid_t pid)
{
_gpgrt_release_process (pid);
}
-#endif /*0*/
int