From: Ulrich Drepper Date: Sat, 2 Dec 2000 01:17:51 +0000 (+0000) Subject: Remove incorrect comment. X-Git-Tag: cvs/glibc-2_2_1~244 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=ba3349887267f7d312ae32956a4dbc81a98d504f;p=glibc.git Remove incorrect comment. --- diff --git a/sysdeps/unix/sysv/linux/shm_open.c b/sysdeps/unix/sysv/linux/shm_open.c index 713a47155a..8186052a14 100644 --- a/sysdeps/unix/sysv/linux/shm_open.c +++ b/sysdeps/unix/sysv/linux/shm_open.c @@ -218,11 +218,7 @@ shm_unlink (const char *name) __mempcpy (__mempcpy (fname, mountpoint.dir, mountpoint.dirlen), name, namelen + 1); - /* And get the file descriptor. - XXX Maybe we should test each descriptor whether it really is for a - file on the shmfs. If this is what should be done the whole function - should be revamped since we can determine whether shmfs is available - while trying to open the file, all in one turn. */ + /* And remove the file. */ return unlink (fname); }