about summary refs log tree commit diff
path: root/posix/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'posix/sched.h')
-rw-r--r--posix/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/sched.h b/posix/sched.h
index 87a2336384..619b3b3a81 100644
--- a/posix/sched.h
+++ b/posix/sched.h
@@ -45,7 +45,7 @@ typedef __pid_t pid_t;
 
 /* Backward compatibility.  */
 #define sched_priority    sched_priority
-#define __sched_priority  __sched_priority
+#define __sched_priority  sched_priority
 
 
 __BEGIN_DECLS