mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 11:43:34 +08:00
Update.
* sysdeps/unix/sysv/linux/bits/socket.h: Rename MSG_URG TO MSG_CONFIRM following kernel 2.4.0 (MSG_URG was never used). * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise. Reported by Andi Kleen <ak@suse.de>.
This commit is contained in:
parent
aef116ea7a
commit
64c81855b8
@ -1,5 +1,10 @@
|
||||
2000-07-27 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* sysdeps/unix/sysv/linux/bits/socket.h: Rename MSG_URG TO
|
||||
MSG_CONFIRM following kernel 2.4.0 (MSG_URG was never used).
|
||||
* sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
|
||||
Reported by Andi Kleen <ak@suse.de>.
|
||||
|
||||
* rt/tst-aio64.c: Add tests for aio_fsync64 and aio_cancel64.
|
||||
(do_wait): Test requests with aio_return64.
|
||||
(do_test): Change callers of do_wait.
|
||||
|
@ -193,8 +193,8 @@ enum
|
||||
#define MSG_FIN MSG_FIN
|
||||
MSG_SYN = 0x400,
|
||||
#define MSG_SYN MSG_SYN
|
||||
MSG_URG = 0x800,
|
||||
#define MSG_URG MSG_URG
|
||||
MSG_CONFIRM = 0x800, /* Confirm path validity. */
|
||||
#define MSG_CONFIRM MSG_CONFIRM
|
||||
MSG_RST = 0x1000,
|
||||
#define MSG_RST MSG_RST
|
||||
MSG_ERRQUEUE = 0x2000, /* Fetch message from error queue. */
|
||||
|
@ -193,8 +193,8 @@ enum
|
||||
#define MSG_FIN MSG_FIN
|
||||
MSG_SYN = 0x400,
|
||||
#define MSG_SYN MSG_SYN
|
||||
MSG_URG = 0x800,
|
||||
#define MSG_URG MSG_URG
|
||||
MSG_CONFIRM = 0x800, /* Confirm path validity. */
|
||||
#define MSG_CONFIRM MSG_CONFIRM
|
||||
MSG_RST = 0x1000,
|
||||
#define MSG_RST MSG_RST
|
||||
MSG_ERRQUEUE = 0x2000, /* Fetch message from error queue. */
|
||||
|
Loading…
Reference in New Issue
Block a user