diff options
Diffstat (limited to 'gcc/ada/gsocket.h')
-rw-r--r-- | gcc/ada/gsocket.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gcc/ada/gsocket.h b/gcc/ada/gsocket.h index a4507fe..4dfbee7 100644 --- a/gcc/ada/gsocket.h +++ b/gcc/ada/gsocket.h @@ -6,7 +6,7 @@ * * * C Header File * * * - * Copyright (C) 2004-2011, Free Software Foundation, Inc. * + * Copyright (C) 2004-2012, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * @@ -53,11 +53,6 @@ /* For AIX */ #endif -#ifndef _OSF_SOURCE -#define _OSF_SOURCE 1 -/* For Tru64 */ -#endif - /** No system header may be included prior to this point since on some targets ** we need to redefine FD_SETSIZE. **/ @@ -204,7 +199,7 @@ #endif #if defined (_AIX) || defined (__FreeBSD__) || defined (__hpux__) || \ - defined (__osf__) || defined (_WIN32) || defined (__APPLE__) + defined (_WIN32) || defined (__APPLE__) # define HAVE_THREAD_SAFE_GETxxxBYyyy 1 #elif defined (sgi) || defined (linux) || defined (__GLIBC__) || \ |