diff options
Diffstat (limited to 'newlib/libc/stdio/fvwrite.h')
-rw-r--r-- | newlib/libc/stdio/fvwrite.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/stdio/fvwrite.h b/newlib/libc/stdio/fvwrite.h index 901b56058..848d5b261 100644 --- a/newlib/libc/stdio/fvwrite.h +++ b/newlib/libc/stdio/fvwrite.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1990 The Regents of the University of California. + * Copyright (c) 1990, 2007 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted @@ -33,6 +33,4 @@ struct __suio { extern int _EXFUN(__sfvwrite_r,(struct _reent *, FILE *, struct __suio *)); -extern int _EXFUN(__swsetup,(FILE *)); - - +extern int _EXFUN(__swsetup_r,(struct _reent *, FILE *)); |