mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-01 03:53:33 +00:00
8 lines
248 B
C
8 lines
248 B
C
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_GRND_H_
|
|
#define COSMOPOLITAN_LIBC_SYSV_CONSTS_GRND_H_
|
|
#include "libc/runtime/symbolic.h"
|
|
|
|
#define GRND_NONBLOCK LITERALLY(1)
|
|
#define GRND_RANDOM LITERALLY(2)
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_GRND_H_ */
|