From e782a927c24430100bf2008c96cd421a70285a7e Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 1 Feb 2013 06:35:29 +0000 Subject: Remove BOUNDED_N and BOUNDED_1. --- sysdeps/unix/sysv/linux/shmat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux') diff --git a/sysdeps/unix/sysv/linux/shmat.c b/sysdeps/unix/sysv/linux/shmat.c index cb5aa50bd1..91d9443767 100644 --- a/sysdeps/unix/sysv/linux/shmat.c +++ b/sysdeps/unix/sysv/linux/shmat.c @@ -23,7 +23,6 @@ #include #include #include -#include /* Attach the shared memory segment associated with SHMID to the data segment of the calling process. SHMADDR and SHMFLG determine how @@ -58,5 +57,5 @@ shmat (shmid, shmaddr, shmflg) return (void *) -1l; } - return BOUNDED_N (raddr, length); + return raddr; } -- cgit v1.2.1