summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/pthread_exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/pthread_exit.c')
-rw-r--r--nuttx/sched/pthread_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/pthread_exit.c b/nuttx/sched/pthread_exit.c
index 5330ee3f07..e6ed040d49 100644
--- a/nuttx/sched/pthread_exit.c
+++ b/nuttx/sched/pthread_exit.c
@@ -91,7 +91,7 @@ void pthread_exit(void *exit_value)
int error_code = (int)exit_value;
int status;
- dbg("%s: exit_value=%p\n", __FUNCTION__, exit_value);
+ dbg("exit_value=%p\n", exit_value);
/* Complete pending join operations */