mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 20:13:31 +00:00
10 lines
238 B
C
10 lines
238 B
C
|
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_L_H_
|
||
|
#define COSMOPOLITAN_LIBC_SYSV_CONSTS_L_H_
|
||
|
#include "libc/calls/calls.h"
|
||
|
|
||
|
#define L_SET SEEK_SET
|
||
|
#define L_INCR SEEK_CUR
|
||
|
#define L_XTND SEEK_END
|
||
|
|
||
|
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_L_H_ */
|