diff options
Diffstat (limited to 'lib/libc/stdio/glue.h')
-rw-r--r-- | lib/libc/stdio/glue.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/stdio/glue.h b/lib/libc/stdio/glue.h index 2ac5ad051ab..73cef63273b 100644 --- a/lib/libc/stdio/glue.h +++ b/lib/libc/stdio/glue.h @@ -1,4 +1,4 @@ -/* $OpenBSD: glue.h,v 1.3 2003/06/02 20:18:37 millert Exp $ */ +/* $OpenBSD: glue.h,v 1.4 2004/01/11 21:39:51 millert Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -40,4 +40,6 @@ struct glue { struct glue *next; int niobs; FILE *iobs; -} __sglue; +}; + +extern struct glue __sglue; |