From b4e3d96426cbbfadc950463b24e5c32e68e09a08 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 13 Jun 2000 08:25:08 +0000 Subject: [PATCH] Update. * sysdeps/unix/sysv/linux/syscalls.list: Add parameter information for mincore syscall. * Makeconfig (CPPFLAGS-.ob): Pass -fbounded-pointers for all files --- ChangeLog | 5 ++++- sysdeps/unix/sysv/linux/syscalls.list | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c27dff1..708194f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-06-13 Ulrich Drepper + * sysdeps/unix/sysv/linux/syscalls.list: Add parameter information + for mincore syscall. + * misc/sys/cdefs.h: Define __bounded and __unbounded if __BOUNDED_POINTERS__ is not defined. @@ -29,7 +32,7 @@ 2000-06-07 Greg McGary - * Makeconfig (CPPFLAGS-.ob): pass -fbounded-pointers for all files + * Makeconfig (CPPFLAGS-.ob): Pass -fbounded-pointers for all files *.[cS]. (CFLAGS-.ob): Don't optimize sibling calls. (bppfx): New variable. diff --git a/sysdeps/unix/sysv/linux/syscalls.list b/sysdeps/unix/sysv/linux/syscalls.list index db05d87..01268dd 100644 --- a/sysdeps/unix/sysv/linux/syscalls.list +++ b/sysdeps/unix/sysv/linux/syscalls.list @@ -25,7 +25,7 @@ iopl - iopl i:i iopl klogctl EXTRA syslog i:isi klogctl lchown - lchown i:sii __lchown lchown madvise - madvise i:pii posix_madvise madvise -mincore - mincore 3 mincore +mincore - mincore i:iip mincore mlock EXTRA mlock i:pi __mlock mlock mlockall EXTRA mlockall i:i __mlockall mlockall mmap - mmap p:piiiii __mmap mmap -- 2.7.4