Opened 8 years ago
Closed 7 years ago
#682 closed enhancement (worksforme)
C library should have a NO_TRACE macro
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
In the kernel NO_TRACE macro is provided via trace.h header. In userspace there is no equivalent. Even though in userspace the macro would have no effect, still we should provided so that the same code could be shared between kernel and user space (e.g. adt/list.x).
Note:
See TracTickets
for help on using tickets.
Should have looked better. There actually is a trace.h providing NO_TRACE in libc.