summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/unlink.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/src/unlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/unlink.c b/cpukit/libcsupport/src/unlink.c
index de7c71228f..84b7994a87 100644
--- a/cpukit/libcsupport/src/unlink.c
+++ b/cpukit/libcsupport/src/unlink.c
@@ -65,7 +65,7 @@ int unlink( const char *path )
* This is the Newlib dependent reentrant version of unlink().
*/
int _unlink_r(
- struct _reent *ptr __attribute__((unused)),
+ struct _reent *ptr RTEMS_UNUSED,
const char *path
)
{