diff options
Diffstat (limited to 'gcc/ada/errno.c')
-rw-r--r-- | gcc/ada/errno.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/errno.c b/gcc/ada/errno.c index fc6964b..ef69fd0 100644 --- a/gcc/ada/errno.c +++ b/gcc/ada/errno.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 1992-2003 Free Software Foundation, Inc. * + * Copyright (C) 1992-2004 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- * @@ -39,6 +39,7 @@ #define _REENTRANT #define _THREAD_SAFE +#define _SGI_MP_SOURCE #include <errno.h> int |