VirtualBox

Changeset 80035 in vbox


Ignore:
Timestamp:
Jul 29, 2019 7:32:39 AM (5 years ago)
Author:
vboxsync
Message:

Runtime: Build fix for OS/2

Location:
trunk/src/VBox/Runtime
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r80028 r80035  
    451451        common/fs/RTFsCmdLs.cpp \
    452452        common/ioqueue/ioqueuebase.cpp \
    453         common/ioqueue/ioqueue-aiofile-provider.cpp \
    454453        common/ioqueue/ioqueue-stdfile-provider.cpp \
    455454        common/ldr/ldr.cpp \
     
    826825RuntimeR3_SOURCES.win = \
    827826        common/dbg/dbgmoddbghelp.cpp \
     827        common/ioqueue/ioqueue-aiofile-provider.cpp \
    828828        generic/cdrom-generic.cpp \
    829829        generic/RTDirExists-generic.cpp \
     
    921921
    922922RuntimeR3_SOURCES.linux = \
     923        common/ioqueue/ioqueue-aiofile-provider.cpp \
    923924        generic/cdrom-generic.cpp \
    924925        generic/RTCrStoreCreateSnapshotById-generic.cpp \
     
    11081109
    11091110RuntimeR3_SOURCES.darwin = \
     1111        common/ioqueue/ioqueue-aiofile-provider.cpp \
    11101112        darwin/RTErrConvertFromDarwin.cpp \
    11111113        darwin/RTErrConvertFromDarwinCOM.cpp \
     
    11981200## @todo Make BSD sched, implement RTMP*.
    11991201RuntimeR3_SOURCES.freebsd = \
     1202        common/ioqueue/ioqueue-aiofile-provider.cpp \
    12001203        generic/cdrom-generic.cpp \
    12011204        generic/RTCrStoreCreateSnapshotById-generic.cpp \
     
    13651368
    13661369RuntimeR3_SOURCES.solaris = \
     1370        common/ioqueue/ioqueue-aiofile-provider.cpp \
    13671371        generic/cdrom-generic.cpp \
    13681372        generic/RTCrStoreCreateSnapshotById-generic.cpp \
  • trunk/src/VBox/Runtime/common/ioqueue/ioqueuebase.cpp

    r79983 r80035  
    8989    &g_RTIoQueueLnxIoURingProv,
    9090#endif
     91#ifndef RT_OS_OS2
    9192    &g_RTIoQueueAioFileProv,
     93#endif
    9294    &g_RTIoQueueStdFileProv
    9395};
  • trunk/src/VBox/Runtime/include/internal/ioqueue.h

    r79949 r80035  
    3737/** The standard file I/O queue provider using synchronous file access. */
    3838extern RTDATADECL(RTIOQUEUEPROVVTABLE const) g_RTIoQueueStdFileProv;
     39#ifndef RT_OS_OS2
    3940/** The file I/O queue provider using the RTFileAio API. */
    4041extern RTDATADECL(RTIOQUEUEPROVVTABLE const) g_RTIoQueueAioFileProv;
     42#endif
    4143#if defined(RT_OS_LINUX)
    4244/** The file I/O queue provider using the recently added io_uring interface when
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette