summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/shmget.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-08 00:02:52 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-08 00:02:52 +0100
commit5d8ef852fce5c86756bfd05cbbc5b05351dd9ced (patch)
tree16cdd0e3495af2599efcb777c86349e24437dcbb /sysdeps/mach/hurd/shmget.c
parentac294f2bed4e0f8b313b08c6356fceb599bff86b (diff)
Address comments
Diffstat (limited to 'sysdeps/mach/hurd/shmget.c')
-rw-r--r--sysdeps/mach/hurd/shmget.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/shmget.c b/sysdeps/mach/hurd/shmget.c
index 9b580949b8..2065b41989 100644
--- a/sysdeps/mach/hurd/shmget.c
+++ b/sysdeps/mach/hurd/shmget.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2005-2015 Free Software Foundation, Inc.
+/* SysV shmget for Hurd.
+ Copyright (C) 2005-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -94,7 +95,7 @@ get_exclusive (int shmflags, size_t size, key_t *r_key, int *r_fd)
key = SHM_PRIV_KEY_START;
/* Try to link the shared memory segment into the filesystem
- (exclusively). Private segments have negative keys. */
+ (exclusively). */
do
{
sprintf (filename, SHM_NAMEPRI, key);