]> git.llucax.com Git - software/druntime.git/blobdiff - import/stdc/posix/unistd.d
Fixed a few build script issues on posix, including a bug in looking for some of...
[software/druntime.git] / import / stdc / posix / unistd.d
index a40472dc5a5561371b5d316a80003a5efd0fbe8a..107f0d45ccbe4c6fd17018b5594e90cf4cf22a92 100644 (file)
@@ -102,6 +102,11 @@ version( linux )
     int   ftruncate(int, off_t);
   }
 }
+else version( freebsd )
+{
+    off_t lseek(int, off_t, int);
+    int   ftruncate(int, off_t);
+}
 else
 {
     off_t lseek(int, off_t, int);