Changeset 7354b5e in mainline for uspace/lib/c


Ignore:
Timestamp:
2017-06-10T10:06:39Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
63e27ef
Parents:
e299dbe
Message:

Remove sys/typefmt.h

Location:
uspace/lib/c/include
Files:
1 deleted
1 edited

Legend:

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

    re299dbe r7354b5e  
    3636#define LIBC_OFFSET_H_
    3737
    38 #include <libarch/types.h>
    3938#include <stdint.h>
    4039
     
    4746#define AOFF64_MAX  UINT64_MAX
    4847
     48/* off64_t, aoff64_t */
     49#define PRIdOFF64 PRId64
     50#define PRIuOFF64 PRIu64
     51#define PRIxOFF64 PRIx64
     52#define PRIXOFF64 PRIX64
    4953
    5054/** Relative offset */
Note: See TracChangeset for help on using the changeset viewer.