From: Roland McGrath Date: Thu, 7 Oct 2004 18:59:13 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~491 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61b324bc39fa17878aba9ab8b76bdefcaaccdfec;p=strace . --- 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 .