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).

Change History (1)

comment:1 by Jakub Jermář, 7 years ago

Resolution: fixed
Status: newclosed

This was fixed in mainline,2673.

Note: See TracTickets for help on using tickets.