|
Line
Link Here
|
| 0 |
-- a/ports/sysdeps/unix/sysv/linux/hppa/bits/socket_type.h |
0 |
++ b/ports/sysdeps/unix/sysv/linux/hppa/bits/socket_type.h |
|
Lines 49-54
Link Here
|
| 49 |
SOCK_CLOEXEC = 010000000, /* Atomically set close-on-exec flag for the |
49 |
SOCK_CLOEXEC = 010000000, /* Atomically set close-on-exec flag for the |
| 50 |
new descriptor(s). */ |
50 |
new descriptor(s). */ |
| 51 |
#define SOCK_CLOEXEC SOCK_CLOEXEC |
51 |
#define SOCK_CLOEXEC SOCK_CLOEXEC |
|
|
52 |
#undef SOCK_NONBLOCK |
| 52 |
SOCK_NONBLOCK = 0x40000000 /* Atomically mark descriptor(s) as |
53 |
SOCK_NONBLOCK = 0x40000000 /* Atomically mark descriptor(s) as |
| 53 |
non-blocking. */ |
54 |
non-blocking. */ |
| 54 |
#define SOCK_NONBLOCK SOCK_NONBLOCK |
55 |
#define SOCK_NONBLOCK SOCK_NONBLOCK |
| 55 |
-- a/ports/sysdeps/unix/sysv/linux/hppa/bits/socket_type.h |
56 |
++ b/ports/sysdeps/unix/sysv/linux/hppa/bits/socket_type.h |
|
Lines 49-55
Link Here
|
| 49 |
SOCK_CLOEXEC = 010000000, /* Atomically set close-on-exec flag for the |
49 |
SOCK_CLOEXEC = 010000000, /* Atomically set close-on-exec flag for the |
| 50 |
new descriptor(s). */ |
50 |
new descriptor(s). */ |
| 51 |
#define SOCK_CLOEXEC SOCK_CLOEXEC |
51 |
#define SOCK_CLOEXEC SOCK_CLOEXEC |
|
|
52 |
#ifndef SOCK_NONBLOCK |
| 52 |
SOCK_NONBLOCK = 0x40000000 /* Atomically mark descriptor(s) as |
53 |
SOCK_NONBLOCK = 0x40000000 /* Atomically mark descriptor(s) as |
| 53 |
non-blocking. */ |
54 |
non-blocking. */ |
|
|
55 |
#endif /* SOCK_NONBLOCK */ |
| 54 |
#define SOCK_NONBLOCK SOCK_NONBLOCK |
56 |
#define SOCK_NONBLOCK SOCK_NONBLOCK |
| 55 |
}; |
57 |
}; |