Opened 7 years ago
Closed 7 years ago
#681 closed defect (fixed)
Kernel should have assert.h
Reported by: | Jiri Svoboda | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 0.7.1 |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
Kernel has ASSERT macro defined by debug.h header, that is for all intents equivalent to userspace assert macro defined in assert.h. This causes unnecessary divergence between kernel and userspace code (e.g. adt/list.c).
Note:
See TracTickets
for help on using tickets.
This was fixed in mainline,2673.