]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
include,common: Add functions missing on Windows
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Fri, 11 Oct 2019 14:21:45 +0000 (17:21 +0300)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 8 Jul 2020 06:38:27 +0000 (06:38 +0000)
commit8cd92783da9482d91ccdce90c3f43fad12588c75
tree1eeee14dd3d72b8043370e7204a888dcd1f8c0db
parentad1338cbe252287aa6cbdbbb4e8d129b461f51f2
include,common: Add functions missing on Windows

The following functions are not avaialble on Windows, so we'll
need to define them.

* strptime
* pipe (defined as _pipe)
* lrand48
* posix_memalign
* pread, pwrite, fsync
* readv, writev

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
src/common/buffer.cc
src/common/compat.cc
src/include/compat.h
src/include/mempool.h
src/include/utime.h
src/include/win32/sys/uio.h [new file with mode: 0644]