File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1224,8 +1224,7 @@ void nxsched_suspend_scheduler(FAR struct tcb_s *tcb);
1224
1224
*
1225
1225
****************************************************************************/
1226
1226
1227
- struct sched_param ; /* Forward reference */
1228
- int nxsched_get_param (pid_t pid , FAR struct sched_param * param );
1227
+ int nxsched_get_param (pid_t pid , FAR struct sched_param * param );
1229
1228
1230
1229
/****************************************************************************
1231
1230
* Name: nxsched_set_param
@@ -1261,7 +1260,6 @@ int nxsched_get_param (pid_t pid, FAR struct sched_param *param);
1261
1260
*
1262
1261
****************************************************************************/
1263
1262
1264
- struct sched_param ; /* Forward reference */
1265
1263
int nxsched_set_param (pid_t pid , FAR const struct sched_param * param );
1266
1264
1267
1265
/****************************************************************************
You can’t perform that action at this time.
0 commit comments