We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c91fac commit 17a0c82Copy full SHA for 17a0c82
.github/workflows/macos-grep-headers.yml
@@ -22,6 +22,6 @@ jobs:
22
- name: Grep /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks
23
if: always()
24
run: grep -Rn "ipv6_mreq" /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/System/Library/Frameworks
25
- - name: Cat /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/netinet/in.h
+ - name: Cat /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/netinet6/in6.h
26
27
- run: cat /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/netinet/in.h
+ run: cat /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/netinet6/in6.h
0 commit comments