summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/getpid.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/src/getpid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/getpid.c b/cpukit/libcsupport/src/getpid.c
index b2cd19b999..53ab2f4dc8 100644
--- a/cpukit/libcsupport/src/getpid.c
+++ b/cpukit/libcsupport/src/getpid.c
@@ -30,7 +30,7 @@ pid_t getpid( void )
* This is the Newlib dependent reentrant version of getpid().
*/
pid_t _getpid_r(
- struct _reent *ptr __attribute__((unused))
+ struct _reent *ptr RTEMS_UNUSED
)
{
return getpid();