mirror of git://sourceware.org/git/glibc.git
Update.
* sysdeps/unix/sysv/linux/powerpc/mmap64.c: Correct prototype for __syscall_mmap2.
This commit is contained in:
parent
de4bd08445
commit
f065a05b69
|
|
@ -1,5 +1,8 @@
|
|||
2000-02-16 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/powerpc/mmap64.c: Correct prototype for
|
||||
__syscall_mmap2.
|
||||
|
||||
* sysdeps/unix/sysv/linux/execve.c: Pretty print.
|
||||
|
||||
* po/it.po: New file.
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
#include "kernel-features.h"
|
||||
|
||||
#ifdef __NR_mmap2
|
||||
extern int __syscall_mmap2(__ptr_t, size_t, int, int, int, off_t);
|
||||
extern __ptr_t __syscall_mmap2(__ptr_t, size_t, int, int, int, off_t);
|
||||
#ifndef __ASSUME_MMAP2_SYSCALL
|
||||
static int have_no_mmap2;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue