incubator-nuttx/sched
Gregory Nutt 23b8b39799 sched/group/group_setuptaskfiles.c: Fix bad file inclusion.
Also remove the horrible violation of the architectural rules by adding an include path into net in sched/group/Make.defs.  Folks, if you are going to participate in this project, you MUST respect the odule architecture and never, never, never do these things.

commit d07afc934e, "fcntl: add O_CLOEXEC/FD_CLOEXEC support" introduce a compilation error .. a bad file inclusion.  That commit added an unnecessary inclusion of "socket/socket.h" which is NOT available in the sched sub-directory. It is only available under the net/ sub-directory.

There is no include path for such and inclusion and there must NEVER be such a include path.  Module design forbids including header files between diffent "silos" in the design.  Nothing under net/ can ever be available to logic under sched/.
2020-03-05 00:49:12 +01:00
..
clock Make compare_timespec public so timer driver could reuse it 2020-02-15 07:17:07 -06:00
environ Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
errno Standardization of some function headers. 2018-03-13 09:52:27 -06:00
group sched/group/group_setuptaskfiles.c: Fix bad file inclusion. 2020-03-05 00:49:12 +01:00
init Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
irq Call up_irqinitialize from irq subsystem 2020-02-08 07:39:22 -06:00
module Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
mqueue Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
paging Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
pthread Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
sched Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
semaphore include/nuttx: Fix improper use of inline 2020-03-02 22:06:04 +01:00
signal Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
task Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
timer libs/libc/unistd/lib_alarm.c,sched/timer/timer_getitimer.c: Silence a 2020-02-19 18:02:25 -06:00
wdog Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
wqueue Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
.gitignore
Kconfig Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
Makefile