diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-05-13 21:12:34 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-05-13 21:12:34 +0000 |
| commit | c29f424e0195f0226d1368e3f3da9a417656e140 (patch) | |
| tree | 456eae8d8031188b07daf4f90e5ef1bc838d68ff /lib/libc/stdio/glue.h | |
| parent | d928d41c842daaa8b5a8529c96d73e82cae04e6f (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/glue.h')
| -rw-r--r-- | lib/libc/stdio/glue.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/glue.h b/lib/libc/stdio/glue.h index 79e1cd404466..a6df6fd12287 100644 --- a/lib/libc/stdio/glue.h +++ b/lib/libc/stdio/glue.h @@ -45,4 +45,5 @@ struct glue { struct glue *next; int niobs; FILE *iobs; -} __sglue; +}; +extern struct glue __sglue; |
