File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2420,22 +2420,6 @@ safe_f! {
24202420 }
24212421}
24222422
2423- // FIXME(msrv): once we bump MSRV enough to reach stabilization of `expect` and
2424- // the `reason` attribute parameter, use that to mention that this is not really
2425- // a routine that's part of VxWorks.
2426- #[ allow( deprecated) ]
2427- pub unsafe fn pread ( _fd : c_int , _buf : * mut c_void , _count : size_t , _offset : off64_t ) -> ssize_t {
2428- -1
2429- }
2430-
2431- // FIXME(msrv): once we bump MSRV enough to reach stabilization of `expect` and
2432- // the `reason` attribute parameter, use that to mention that this is not really
2433- // a routine that's part of VxWorks.
2434- #[ allow( deprecated) ]
2435- pub unsafe fn pwrite ( _fd : c_int , _buf : * const c_void , _count : size_t , _offset : off64_t ) -> ssize_t {
2436- -1
2437- }
2438-
24392423pub unsafe fn posix_memalign ( memptr : * mut * mut c_void , align : size_t , size : size_t ) -> c_int {
24402424 // check to see if align is a power of 2 and if align is a multiple
24412425 // of sizeof(void *)
You can’t perform that action at this time.
0 commit comments