mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
cgi-io: fix compilation against uClibc
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit ed965cf16f)
This commit is contained in:
@@ -37,6 +37,10 @@
|
||||
|
||||
#include "multipart_parser.h"
|
||||
|
||||
#ifndef O_TMPFILE
|
||||
#define O_TMPFILE (020000000 | O_DIRECTORY)
|
||||
#endif
|
||||
|
||||
#define READ_BLOCK 4096
|
||||
#define POST_LIMIT 131072
|
||||
|
||||
|
||||
Reference in New Issue
Block a user