Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 32207ba

Browse files
authored
Merge pull request #2750 from ibuclaw/muslsocket
[Musl] Remove duplicate definition of SOCK_RAW
2 parents e6ba31c + f28ba8c commit 32207ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/sys/posix/sys/socket.d

+2-2
Original file line numberDiff line numberDiff line change
@@ -1858,10 +1858,10 @@ else version (CRuntime_Musl)
18581858
c_ulong __ss_align;
18591859
}
18601860

1861-
enum {
1861+
enum
1862+
{
18621863
SOCK_STREAM = 1,
18631864
SOCK_DGRAM = 2,
1864-
SOCK_RAW = 3,
18651865
SOCK_RDM = 4,
18661866
SOCK_SEQPACKET = 5,
18671867
SOCK_DCCP = 6,

0 commit comments

Comments
 (0)