Skip to content

Commit 1d99a12

Browse files
committed
chore: wip
1 parent 2137c8f commit 1d99a12

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

src/vxworks/mod.rs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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-
24392423
pub 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 *)

0 commit comments

Comments
 (0)