PointCloudLibrary / pcl

Point Cloud Library (PCL)
https://pointclouds.org/
Other
10.01k stars 4.62k forks source link

Add special implementation for raw_fallocate for OpenBSD #5957

Closed mvieth closed 9 months ago

mvieth commented 9 months ago

Fix https://github.com/PointCloudLibrary/pcl/issues/5950 See also https://github.com/i3/i3/blob/6a530de22049d7ce8575d1fdd393654260a25234/src/log.c#L157 https://www.man7.org/linux/man-pages/man3/ftruncate.3p.html

thyssentishman commented 9 months ago

Tested-By: @thyssentishman

thyssentishman commented 9 months ago

Thank you!