repo.or.cz
/
unleashed.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cut: add -Wall
[unleashed.git]
/
bin
/
grep
/
freebsd-compat.h
blob
d7cb7f425cf469d0ace40c4bdf25ee80dec3d452
1
#define OFF_MAX 0x7fffffffffffffffLL
/* max value for a long long */
2
#define MAP_NOCORE 0x00020000
3
#define MAP_NOSYNC 0x0800
4
#define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var))