summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library/Include/CrtLibSupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'CryptoPkg/Library/Include/CrtLibSupport.h')
-rw-r--r--CryptoPkg/Library/Include/CrtLibSupport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CryptoPkg/Library/Include/CrtLibSupport.h b/CryptoPkg/Library/Include/CrtLibSupport.h
index bdc2654b6e..e49060124f 100644
--- a/CryptoPkg/Library/Include/CrtLibSupport.h
+++ b/CryptoPkg/Library/Include/CrtLibSupport.h
@@ -397,8 +397,8 @@ inet_pton (
char *
strcpy (
- char *restrict strDest,
- const char *strSource
+ char *strDest,
+ const char *strSource
);
//