Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-05-13 13:46:56 +0300
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-05-13 13:47:29 +0300
commit01c823efb760caff1f7db1f6bf37ba24829ed76a (patch)
treebae4758e53840fecaed5daa208082ee54ee0c1a6 /newlib/libc/reent
parent0a862d13193616811ce897e2bd50ca3003b47f84 (diff)
Make cleanup_glue() static
Remove cleanup_glue from the list of symbols exported by Cygwin.
Diffstat (limited to 'newlib/libc/reent')
-rw-r--r--newlib/libc/reent/reent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/reent/reent.c b/newlib/libc/reent/reent.c
index 0bdd8aa62..70f1c5f45 100644
--- a/newlib/libc/reent/reent.c
+++ b/newlib/libc/reent/reent.c
@@ -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)
{