Completes the re-implementation of mq_unlink()

This commit is contained in:
Gregory Nutt
2014-09-29 15:48:52 -06:00
parent 1f2cc9f4fe
commit 419b074b15
5 changed files with 161 additions and 97 deletions
+1 -6
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* sched/mqueue/mq_open.c
* fs/mqueue/mq_open.c
*
* Copyright (C) 2007-2009, 2011, 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -64,11 +64,6 @@
/****************************************************************************
* Pre-procesor Definitions
****************************************************************************/
/* Configuration ************************************************************/
#ifndef CONFIG_FS_MQUEUE_MPATH
# define CONFIG_FS_MQUEUE_MPATH "/var/mqueue"
#endif
/****************************************************************************
* Private Type Declarations