haiku/headers/posix/size_t.h
Ingo Weinhold 81149059e2 Removed kludge that was only necessary for building the old bfs_shell.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21011 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-05-04 07:59:47 +00:00

8 lines
137 B
C

#ifndef _SIZE_T_H_
#define _SIZE_T_H_
typedef unsigned long size_t;
typedef signed long ssize_t;
#endif /* _SIZE_T_H_ */