swrap: Provide a fcntl64()
authorAndreas Schneider <asn@samba.org>
Fri, 23 Jun 2023 09:10:45 +0000 (11:10 +0200)
committerAndreas Schneider <asn@samba.org>
Thu, 29 Jun 2023 09:22:38 +0000 (11:22 +0200)
commit3d318d40907964168cc0fdda9492b80f11c1dddf
treed13df7ff0ae9cc89c63ba1cebbbb3407bd84768c
parent593ab1862a1d076f30185f7fc03a1fdcf725be56
swrap: Provide a fcntl64()

We want to run with and without large file support. It depends on if the
application is build with large file support so it will either choose fcntl or
fcntl64.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
src/socket_wrapper.c