Ignore:
Timestamp:
2018-06-15T09:37:00Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1ae9c07
Parents:
3b1cc8d
git-author:
Jiri Svoboda <jiri@…> (2018-06-14 21:34:51)
git-committer:
Jiri Svoboda <jiri@…> (2018-06-15 09:37:00)
Message:

The headers malloc.h, stdarg.h, stddef.h and stdbool.h should just pass through to libc.

File:
1 edited

Legend:

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

    r3b1cc8d re6bab27b  
    3636#define POSIX_STDDEF_H_
    3737
    38 #include "sys/types.h"
    39 
    40 #include <_bits/NULL.h>
    41 
    42 #define offsetof(type,member) ((size_t) &(((type *) 0)->member))
     38/*
     39 * Just a pass-through to libc stddef.
     40 */
     41#include "libc/stddef.h"
    4342
    4443#endif /* POSIX_STDDEF_H_ */
Note: See TracChangeset for help on using the changeset viewer.