[libc][NFC] Move the POSIX write function to the default build on linux.
authorSiva Chandra Reddy <sivachandra@google.com>
Thu, 27 Jan 2022 17:11:06 +0000 (17:11 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Thu, 27 Jan 2022 17:29:13 +0000 (17:29 +0000)
commit09f2f81ce8b455b01c30e095788d53b383c43534
treea09dfc5092748f267ddfa6c20e5a474d5ec04eed
parent886dd1179572e62c8f83f4cdb61044b232ccda4b
[libc][NFC] Move the POSIX write function to the default build on linux.
libc/config/linux/x86_64/entrypoints.txt
libc/src/CMakeLists.txt
libc/src/unistd/linux/write.cpp
libc/src/unistd/write.h
libc/test/src/CMakeLists.txt