Skip to content

Commit

Permalink
fixing wrong definition if setvbuf (#6304)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddcoder committed Dec 10, 2016
1 parent c041dec commit d4ab3ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libr/anal/d/types
Expand Up @@ -2434,10 +2434,10 @@ func.setbuf.ret=void

setvbuf=func
func.setvbuf.args=4
func.setvbuf.arg.0=FILE,*stream
func.setvbuf.arg.1=,char*
func.setvbuf.arg.2=,int
func.setvbuf.arg.3=,size_t
func.setvbuf.arg.0=FILE*,stream
func.setvbuf.arg.1=char*,buf
func.setvbuf.arg.2=int,mode
func.setvbuf.arg.3=size_t,size
func.setvbuf.ret=int

fprintf=func
Expand Down

0 comments on commit d4ab3ad

Please sign in to comment.