summaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread_setschedparam.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-18 13:24:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-18 13:24:39 +0000
commita5d2dde9a837218f211a3a7210e247474bfa3680 (patch)
treed42ef2c1ba77634d1b40fb888a7ec5fe98d5bbf9 /nuttx/sched/pthread_setschedparam.c
parentaf6305d29d7ba7844b02d724d4588191e1560f1d (diff)
downloadpx4-nuttx-a5d2dde9a837218f211a3a7210e247474bfa3680.tar.gz
px4-nuttx-a5d2dde9a837218f211a3a7210e247474bfa3680.tar.bz2
px4-nuttx-a5d2dde9a837218f211a3a7210e247474bfa3680.zip
Fix sched_setscheduler() return value
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4629 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/pthread_setschedparam.c')
-rw-r--r--nuttx/sched/pthread_setschedparam.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/sched/pthread_setschedparam.c b/nuttx/sched/pthread_setschedparam.c
index 40e1c4918..e3e3c8ae9 100644
--- a/nuttx/sched/pthread_setschedparam.c
+++ b/nuttx/sched/pthread_setschedparam.c
@@ -1,8 +1,8 @@
/********************************************************************************************
* pthread_setschedparam.c
*
- * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2007, 2008, 2012 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -136,3 +136,4 @@ int pthread_setschedparam(pthread_t thread, int policy, FAR const struct sched_p
}
return ret;
}
+