]> git.llucax.com Git - software/druntime.git/blobdiff - import/stdc/posix/stdlib.d
Fixed a few build script issues on posix, including a bug in looking for some of...
[software/druntime.git] / import / stdc / posix / stdlib.d
index d9c7c62598dca5bd06cbce16f5957d28712c9b20..e9b0ba20f7fcf604e5f47cde153a44f35050e454 100644 (file)
@@ -101,6 +101,13 @@ else version( darwin )
 
     void* valloc(size_t); // LEGACY non-standard
 }
+else version( freebsd )
+{
+    int setenv(in char*, in char*, int);
+    int unsetenv(in char*);
+
+    void* valloc(size_t); // LEGACY non-standard
+}
 
 //
 // Thread-Safe Functions (TSF)