-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
arch-arm64area-System.Runtime.InteropServicesos-macos-bigsur (macOS11)untriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Description
After #53669 the build on apple fails with:
[ 0%] Building C object Native.Unix/System.Security.Cryptography.Native.Apple/CMakeFiles/System.Security.Cryptography.Native.Apple-Static.dir/pal_hmac.c.o
/Users/seandree/git/runtime/src/libraries/Native/Unix/System.Native/pal_io.c:1491:21: error: implicit declaration of function 'preadv' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
while ((count = preadv(fileDescriptor, (struct iovec*)vectors, (int)vectorCount, (off_t)fileOffset)) < 0 && errno == EINTR);
the command to repro:
./build.sh libs+clr -arch arm64 -c Release -runtimeconfiguration Checked
AaronRobinsonMSFT
Metadata
Metadata
Assignees
Labels
arch-arm64area-System.Runtime.InteropServicesos-macos-bigsur (macOS11)untriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner