aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/mips-linux-gnu/bits/socket-constants.h
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-03-03 15:01:08 -0500
committerAndrew Kelley <andrew@ziglang.org>2020-03-03 15:23:27 -0500
commit4a67dd04c99954af2fd8e38b99704a1faea16267 (patch)
treec9d66453e4e5bb0a9814db1f2ab5502bc3628207 /lib/libc/include/mips-linux-gnu/bits/socket-constants.h
parent1ca5f06762401d2e90c8119acb4837571696dd5e (diff)
downloadzig-4a67dd04c99954af2fd8e38b99704a1faea16267.tar.gz
zig-4a67dd04c99954af2fd8e38b99704a1faea16267.zip
breaking changes to std.fs, std.os
* improve `std.fs.AtomicFile` to use sendfile() - also fix AtomicFile cleanup not destroying tmp files under some error conditions * improve `std.fs.updateFile` to take advantage of the new `makePath` which no longer needs an Allocator. * rename std.fs.makeDir to std.fs.makeDirAbsolute * rename std.fs.Dir.makeDirC to std.fs.Dir.makeDirZ * add std.fs.Dir.makeDirW and provide Windows implementation of std.os.mkdirat. std.os.windows.CreateDirectory is now implemented by calling ntdll, supports an optional root directory handle, and returns an open directory handle. Its error set has a few more errors in it. * rename std.fs.Dir.changeTo to std.fs.Dir.setAsCwd * fix std.fs.File.writevAll and related functions when len 0 iovecs supplied. * introduce `std.fs.File.writeFileAll`, exposing a convenient cross-platform API on top of sendfile(). * `NoDevice` added to std.os.MakeDirError error set. * std.os.fchdir gets a smaller error set. * std.os.windows.CloseHandle is implemented with ntdll call rather than kernel32.
Diffstat (limited to 'lib/libc/include/mips-linux-gnu/bits/socket-constants.h')
0 files changed, 0 insertions, 0 deletions