summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/public/__seek.h
blob: 8824adb1415b05f43a8365bf321d68ad3a2743b2 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __wasilibc___seek_h
#define __wasilibc___seek_h

#include <wasi/api.h>

#define SEEK_CUR __WASI_WHENCE_CUR
#define SEEK_END __WASI_WHENCE_END
#define SEEK_SET __WASI_WHENCE_SET

#endif