mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Fix typos.
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
/* Define unique numbers for the operations permitted on socket. Linux
|
||||
uses a single system call for all these functions. The relevant code
|
||||
file is /usr/include/linux/net.h.
|
||||
We cannot use a enum here because the values are used in assembler
|
||||
We cannot use an enum here because the values are used in assembler
|
||||
code. */
|
||||
|
||||
#define SOCKOP_socket 1
|
||||
|
Reference in New Issue
Block a user