From 61b324bc39fa17878aba9ab8b76bdefcaaccdfec Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 7 Oct 2004 18:59:13 +0000 Subject: [PATCH] . --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4b9c0266..c0fbf93b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,14 @@ 2004-10-07 Roland McGrath + * linux/x86_64/syscallent.h: Fix botched table entries. + From Ulrich Drepper . + * mem.c [LINUX] (sys_mbind, sys_set_mempolicy, sys_get_mempolicy): New functions. * linux/syscall.h: Declare them. * linux/x86_64/syscallent.h: Likewise. + From Ulrich Drepper . + * linux/syscallent.h: Handle mbind, set_mempolicy, get_mempolicy. From Ulrich Drepper .