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


Ignore:
Timestamp:
2017-10-24T04:54:05Z (6 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b639d56
Parents:
9ddcb0b
Message:

Replace parts of system headers with <_bits/…>.

File:
1 edited

Legend:

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

    r9ddcb0b r002fd5f  
    3636#define LIBC_STDDEF_H_
    3737
    38 #include <libarch/stddef.h>
     38// TODO: Remove
     39#include <_bits/all.h>
     40
     41#include <_bits/size_t.h>
     42#include <_bits/ptrdiff_t.h>
     43#include <_bits/wchar_t.h>
    3944
    4045#ifndef NULL
Note: See TracChangeset for help on using the changeset viewer.