diff options
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,11 @@ TODO list: +- bug with defines: + #define spin_lock(lock) do { } while (0) + #define wq_spin_lock spin_lock + #define TEST() wq_spin_lock(a) +- see bugfixes.diff + improvement.diff from Daniel Glockner +- constructors - cast bug (Peter Wang) - define incomplete type if defined several times (Peter Wang). - long long constant evaluation @@ -13,7 +19,6 @@ TODO list: - '-b' bug. - atexit (Nigel Horne) - see -lxxx bug (Michael Charity). -- handle inline functions as macros. - see transparent union pb in /urs/include/sys/socket.h - precise behaviour of typeof with arrays ? (__put_user macro) - #include_next support for /usr/include/limits ? |
