diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/socket.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/socket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/socket.h b/sysdeps/unix/sysv/linux/bits/socket.h index 7ea165b2bf..e05971e90c 100644 --- a/sysdeps/unix/sysv/linux/bits/socket.h +++ b/sysdeps/unix/sysv/linux/bits/socket.h @@ -317,7 +317,7 @@ struct ucred #endif /* Ugly workaround for unclean kernel headers. */ -#if !defined __USE_MISC && !defined __USE_GNU +#ifndef __USE_MISC # ifndef FIOGETOWN # define __SYS_SOCKET_H_undef_FIOGETOWN # endif @@ -344,7 +344,7 @@ struct ucred /* Get socket manipulation related informations from kernel headers. */ #include <asm/socket.h> -#if !defined __USE_MISC && !defined __USE_GNU +#ifndef __USE_MISC # ifdef __SYS_SOCKET_H_undef_FIOGETOWN # undef __SYS_SOCKET_H_undef_FIOGETOWN # undef FIOGETOWN |