diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-02-17 22:30:53 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-02-17 22:30:53 +0000 |
commit | fdffefb8032922ce7ffe4c00816072a8ff2148fc (patch) | |
tree | bc7313151a429c45d8bab8ad8b9dd32f4e51335f /src/sysdeps | |
parent | a896ca2a8c617e5e00ffd5fc9e69331ad754e5b3 (diff) | |
download | skalibs-fdffefb8032922ce7ffe4c00816072a8ff2148fc.tar.xz |
More types changes
New disize
Add size_t to the autotypes list
Delete redundant and replace-libc files
dev_t/ino_t pass
Big size_t pass
More things missing, still not operational yet
Diffstat (limited to 'src/sysdeps')
-rw-r--r-- | src/sysdeps/output-types.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sysdeps/output-types.c b/src/sysdeps/output-types.c index bc3447a..09995d2 100644 --- a/src/sysdeps/output-types.c +++ b/src/sysdeps/output-types.c @@ -12,6 +12,7 @@ int main (void) q(ushort, unsigned short) ; q(uint, unsigned int) ; q(ulong, unsigned long) ; + p(size) ; p(uid) ; p(gid) ; p(pid) ; |