From e4f639e4a106d90c6f3159230788653fd6e40a26 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 12 Dec 2014 13:17:21 -0800 Subject: NPTL: Refactor named semaphore code to use shm-directory.h --- sysdeps/posix/shm_unlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/posix/shm_unlink.c') diff --git a/sysdeps/posix/shm_unlink.c b/sysdeps/posix/shm_unlink.c index 81c3a02642..7d69c63258 100644 --- a/sysdeps/posix/shm_unlink.c +++ b/sysdeps/posix/shm_unlink.c @@ -32,7 +32,7 @@ int shm_unlink (const char *name) { - SHM_GET_NAME (ENOENT, -1); + SHM_GET_NAME (ENOENT, -1, ""); int result = unlink (shm_name); if (result < 0 && errno == EPERM) -- cgit 1.4.1