]> sourceware.org Git - glibc.git/commitdiff
Remove incorrect comment.
authorUlrich Drepper <drepper@redhat.com>
Sat, 2 Dec 2000 01:17:51 +0000 (01:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 2 Dec 2000 01:17:51 +0000 (01:17 +0000)
sysdeps/unix/sysv/linux/shm_open.c

index 713a47155ac471be6be852b4739c204880935560..8186052a14259cacdab6d34f0a27581fabc9bf67 100644 (file)
@@ -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);
 }
 
This page took 0.043956 seconds and 5 git commands to generate.