1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

common:w32: Don't expose unused functions.

* common/exechelp.h [HAVE_W32_SYSTEM] (get_max_fds): Don't expose.
(close_all_fds, get_all_open_fds): Likewise.
* common/exechelp-w32.c: Don't expose unused functions.

--

GnuPG-bug-id: 7293
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2024-09-17 09:24:41 +09:00 committed by Werner Koch
parent 79ab52ff42
commit c33523a013
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
2 changed files with 12 additions and 2 deletions

View file

@ -31,6 +31,7 @@
#define GNUPG_COMMON_EXECHELP_H
#ifndef HAVE_W32_SYSTEM
/* Return the maximum number of currently allowed file descriptors.
Only useful on POSIX systems. */
int get_max_fds (void);
@ -49,6 +50,7 @@ void close_all_fds (int first, int *except);
use of this function right at startup even before libgcrypt has
been initialized. Returns NULL on error and sets ERRNO accordingly. */
int *get_all_open_fds (void);
#endif
/* Portable function to create a pipe. Under Windows the write end is