Make this protototype of mmap return void *, like two other copies.
This commit is contained in:
parent
4b989edfb5
commit
cf4547cfad
@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)stdio.h 8.5 (Berkeley) 4/29/95
|
||||
* $Id: stdio.h,v 1.19 1998/07/08 00:52:40 peter Exp $
|
||||
* $Id: stdio.h,v 1.20 1998/07/13 06:45:20 bde Exp $
|
||||
*/
|
||||
|
||||
#ifndef _STDIO_H_
|
||||
@ -279,7 +279,7 @@ _BSD_OFF_T_ lseek __P((int, _BSD_OFF_T_, int));
|
||||
#endif
|
||||
#ifndef _MMAP_DECLARED
|
||||
#define _MMAP_DECLARED
|
||||
char *mmap __P((void *, size_t, int, int, int, _BSD_OFF_T_));
|
||||
void *mmap __P((void *, size_t, int, int, int, _BSD_OFF_T_));
|
||||
#endif
|
||||
#ifndef _TRUNCATE_DECLARED
|
||||
#define _TRUNCATE_DECLARED
|
||||
|
Loading…
Reference in New Issue
Block a user