mirror of
https://github.com/fluencelabs/musl
synced 2025-07-02 16:12:02 +00:00
fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_*
This commit is contained in:
@ -33,7 +33,7 @@ struct linger
|
||||
};
|
||||
|
||||
#define SHUT_RD 0
|
||||
#define SHUT_WD 1
|
||||
#define SHUT_WR 1
|
||||
#define SHUT_RDWR 2
|
||||
|
||||
#ifndef SOCK_STREAM
|
||||
@ -290,10 +290,6 @@ int setsockopt (int, int, int, const void *, socklen_t);
|
||||
|
||||
int sockatmark (int);
|
||||
|
||||
#define SHUT_RD 0
|
||||
#define SHUT_WR 1
|
||||
#define SHUT_RDWR 2
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user