Skip to content

Commit

Permalink
Fri Mar 15 01:18:00 1996 Andreas Schwab <schwab@issan.informatik.uni-…
Browse files Browse the repository at this point in the history
…dortmund.de>

	* libio/iosetvbuf.c: Add weak alias setvbuf.
  • Loading branch information
Roland McGrath committed Mar 16, 1996
1 parent e5ba41c commit d3b7d2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libio/iosetvbuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ _IO_setvbuf (fp, buf, mode, size)
}
return _IO_SETBUF (fp, buf, size) == NULL ? EOF : 0;
}

weak_alias (_IO_setvbuf, setvbuf)

0 comments on commit d3b7d2a

Please sign in to comment.