repo.or.cz
/
lnanohtmltiledmap.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[lnanohtmltiledmap.git]
/
ulinux
/
binfmts.h
blob
330238585ad11786eb74e23825531225ecd6bdf4
1
#ifndef ULINUX_BINFMTS_H
2
#define ULINUX_BINFMTS_H
3
/*
4
* this code is protected by the GNU affero GPLv3
5
* author:Sylvain BERTRAND
6
*/
7
/* this is a random value decided for linux exec syscalls */
8
#define ULINUX_MAX_ARG_STRLEN (ULINUX_PAGE_SZ * 32)
9
#endif