mirror of
https://repo.or.cz/socat.git
synced 2025-07-20 01:42:58 +00:00
Align buffer for read() with flag O_DIRECT
This commit is contained in:
parent
de2f2c471b
commit
55518fa690
7 changed files with 124 additions and 34 deletions
|
@ -69,6 +69,9 @@
|
|||
/* Define if you have the socket function. */
|
||||
#undef HAVE_SOCKET
|
||||
|
||||
/* Define if you have the posix_memalign function. */
|
||||
#undef HAVE_PROTOTYPE_LIB_posix_memalign
|
||||
|
||||
/* Define if you have the strdup function. */
|
||||
#undef HAVE_PROTOTYPE_LIB_strdup
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue