diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-08-03 08:10:17 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-08-03 10:33:49 +0200 |
| commit | 13f78d96adf52101aa480e8c83d041f62fcfa1c8 (patch) | |
| tree | 3cf26170a94292af9c971636ea37efb651be4c1a /man3/setbuf.3 | |
| parent | ca302d0ee368b699ffec4cd465ee02f3ed9fe1a1 (diff) | |
| download | man-pages-13f78d96adf52101aa480e8c83d041f62fcfa1c8.tar.gz | |
getdents.2, select_tut.2, atof.3, atoi.3, pthread_create.3, pthread_sigmask.3, rtime.3, setbuf.3, tsearch.3, netlink.7: Remove unneeded casts
Reported-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/setbuf.3')
| -rw-r--r-- | man3/setbuf.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/setbuf.3 b/man3/setbuf.3 index b9d41a91d4..49fca4dc74 100644 --- a/man3/setbuf.3 +++ b/man3/setbuf.3 @@ -43,7 +43,7 @@ .\" Correction, 2000-03-03, Andreas Jaeger <aj@suse.de> .\" Added return value for setvbuf, aeb, .\" -.TH SETBUF 3 2008-06-26 "Linux" "Linux Programmer's Manual" +.TH SETBUF 3 2012-08-03 "Linux" "Linux Programmer's Manual" .SH NAME setbuf, setbuffer, setlinebuf, setvbuf \- stream buffering operations .SH SYNOPSIS @@ -145,7 +145,7 @@ The function is exactly equivalent to the call: .PP .in +4n -setvbuf(stream, (char *) NULL, _IOLBF, 0); +setvbuf(stream, NULL, _IOLBF, 0); .in .SH "RETURN VALUE" The function |
