setvbuf: Drop setting reent->__cleanup
The __sinit call added with 1eb6db6 already sets reent->__cleanup.
	* libc/stdio/setvbuf.c (setvbuf): Drop setting reent->__cleanup.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
			
			
This commit is contained in:
		| @@ -203,7 +203,6 @@ nbf: | ||||
|    */ | ||||
|   if (mode == _IOLBF) | ||||
|     fp->_flags |= __SLBF; | ||||
|   reent->__cleanup = _cleanup_r; | ||||
|   fp->_bf._base = fp->_p = (unsigned char *) buf; | ||||
|   fp->_bf._size = size; | ||||
|   /* fp->_lbfsize is still 0 */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user