diff options
Diffstat (limited to 'misc/sys')
-rw-r--r-- | misc/sys/cdefs.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h index e90dd0f220..f9dcce4c8d 100644 --- a/misc/sys/cdefs.h +++ b/misc/sys/cdefs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. +/* Copyright (C) 1992, 93, 94, 95, 96, 97 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -102,4 +102,9 @@ #define __attribute__(xyz) /* Ignore. */ #endif + +/* For now no version of gcc knows the `restrict' keyword. Define it + for now unconditionally to the empty string. */ +#define __restrict + #endif /* sys/cdefs.h */ |