4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 04:49:25 +08:00

Make cleanup_glue() static

Remove cleanup_glue from the list of symbols exported by Cygwin.
This commit is contained in:
Sebastian Huber 2022-05-13 12:46:56 +02:00
parent 0a862d1319
commit 01c823efb7
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ int errno;
#ifndef _REENT_GLOBAL_STDIO_STREAMS
/* Interim cleanup code */
void
static void
cleanup_glue (struct _reent *ptr,
struct _glue *glue)
{

View File

@ -316,7 +316,6 @@ chroot SIGFE
cimag NOSIGFE
cimagf NOSIGFE
cimagl NOSIGFE
cleanup_glue NOSIGFE
clearenv SIGFE
clearerr SIGFE
clearerr_unlocked SIGFE

View File

@ -516,12 +516,13 @@ details. */
341: Export pthread_cond_clockwait, pthread_mutex_clocklock,
pthread_rwlock_clockrdlock, pthread_rwlock_clockwrlock,
sem_clockwait, sig2str, str2sig.
342: Remove cleanup_glue.
Note that we forgot to bump the api for ualarm, strtoll, strtoull,
sigaltstack, sethostname. */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 341
#define CYGWIN_VERSION_API_MINOR 342
/* There is also a compatibity version number associated with the shared memory
regions. It is incremented when incompatible changes are made to the shared