diff --git a/src/add-ons/kernel/file_systems/udf/cpp.h b/src/add-ons/kernel/file_systems/udf/cpp.h index af65e34fb9..b10a11ea8e 100644 --- a/src/add-ons/kernel/file_systems/udf/cpp.h +++ b/src/add-ons/kernel/file_systems/udf/cpp.h @@ -10,6 +10,8 @@ #include #include +#ifdef USER +#else /*! Looking through the \c <new> header on my Linux distro (can't seem to find it in the R5 headers...), it looks like the type of \c nothrow_t is just: @@ -78,5 +80,6 @@ operator delete[](void *ptr) // we're using virtuals extern "C" void __pure_virtual(); +#endif // USER #endif /* CPP_H */