diff options
| author | Rich Felker <dalias@aerifal.cx> | 2012-08-05 14:23:40 -0400 | 
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2012-08-05 14:23:40 -0400 | 
| commit | 7fee5f96063ffd55ba67a87a795222c30364e25f (patch) | |
| tree | 5efaf63c8150698a72c50d69696562335353af8f /arch/mips/bits/socket.h | |
| parent | 32e7bd78ae3b290f28ada2b3d58460068ce08781 (diff) | |
| download | musl-7fee5f96063ffd55ba67a87a795222c30364e25f.tar.gz | |
fix socket.h on mips
why does mips have to be gratuitously incompatible in every possible
imaginable way?
Diffstat (limited to 'arch/mips/bits/socket.h')
| -rw-r--r-- | arch/mips/bits/socket.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/bits/socket.h b/arch/mips/bits/socket.h index 36febbc2..3715ddd6 100644 --- a/arch/mips/bits/socket.h +++ b/arch/mips/bits/socket.h @@ -15,3 +15,6 @@ struct cmsghdr  	int cmsg_level;  	int cmsg_type;  }; + +#define SOCK_STREAM    2 +#define SOCK_DGRAM     1  | 
