summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/public/__typedef_ssize_t.h
blob: 25dc15a838fc52ecba17c5f6c7f7b31140bdb02a (plain)
1
2
3
4
5
6
7
#ifndef __wasilibc___typedef_ssize_t_h
#define __wasilibc___typedef_ssize_t_h

/* This is defined to be the same size as size_t. */
typedef long ssize_t;

#endif