From c580094dbe97249caebdedbf0f584e604fd20240 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 15 Nov 2022 09:31:49 +0900 Subject: Revert "spawn: Expose spawn functions." This reverts commit 43c1e85fe29a52a9debc068d97c5860a4694b821. -- It's a bit early to expose these functions. GnuPG-bug-id: 6249 Signed-off-by: NIIBE Yutaka --- src/visibility.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/visibility.c') diff --git a/src/visibility.c b/src/visibility.c index dd1a6a8..0a058d2 100644 --- a/src/visibility.c +++ b/src/visibility.c @@ -1093,6 +1093,7 @@ _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) { @@ -1158,6 +1159,7 @@ gpgrt_close_all_fds (int from, int *keep_fds) { _gpgrt_close_all_fds (from, keep_fds); } +#endif /*0*/ int -- cgit v1.2.3