aboutsummaryrefslogtreecommitdiffstats
path: root/src/visibility.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-03-12 10:01:27 +0000
committerWerner Koch <[email protected]>2018-03-12 10:01:27 +0000
commit0e503cae75cb1a6aa257228a65941b7630ff35d6 (patch)
tree92b7ad428f34844e9c036e22e845c7d027112df5 /src/visibility.c
parentsyscfg: Add a riscv64 architecture. (diff)
downloadlibgpg-error-0e503cae75cb1a6aa257228a65941b7630ff35d6.tar.gz
libgpg-error-0e503cae75cb1a6aa257228a65941b7630ff35d6.zip
core: Do not export the process API
-- We may need to change the API and thus we better wait before publishing this new interface. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src/visibility.c')
-rw-r--r--src/visibility.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/visibility.c b/src/visibility.c
index 2039ef7..9358163 100644
--- a/src/visibility.c
+++ b/src/visibility.c
@@ -1009,6 +1009,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)
{
@@ -1063,7 +1064,7 @@ gpgrt_release_process (pid_t pid)
{
_gpgrt_release_process (pid);
}
-
+#endif /*0*/
/* For consistency reasons we use function wrappers also for Windows