Changeset c9f3e7e9 in mainline for uspace/lib/c/include/stddef.h


Ignore:
Timestamp:
2017-10-24T04:57:45Z (8 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
16bfcd3
Parents:
ce55b43
Message:

Add <_bits/NULL.h>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/stddef.h

    rce55b43 rc9f3e7e9  
    4343#include <_bits/wchar_t.h>
    4444
    45 #ifndef NULL
    46         #define NULL  ((void *) 0)
    47 #endif
     45#include <_bits/NULL.h>
    4846
    4947#define offsetof(type, member) \
Note: See TracChangeset for help on using the changeset viewer.