]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/Time/strftime.c
Add Socket Libraries.
[mirror_edk2.git] / StdLib / LibC / Time / strftime.c
index 6a5e2a34af8c61210a508705a36fb8be5b57d500..11757b6129eed8314d23a5122918b0ddc1ed40bf 100644 (file)
@@ -72,9 +72,9 @@
 \r
 #define Locale  _CurrentTimeLocale\r
 \r
-static char * EFIAPI _add(const char *, char *, const char * const);\r
-static char * EFIAPI _conv(const int, const char * const, char * const, const char * const);\r
-static char * EFIAPI _fmt(const char *, const struct tm * const, char *, const char * const, int *);\r
+static char * _add(const char *, char *, const char * const);\r
+static char * _conv(const int, const char * const, char * const, const char * const);\r
+static char * _fmt(const char *, const struct tm * const, char *, const char * const, int *);\r
 \r
 #define NO_RUN_TIME_WARNINGS_ABOUT_YEAR_2000_PROBLEMS_THANK_YOU\r
 \r
@@ -89,7 +89,6 @@ static char * EFIAPI _fmt(const char *, const struct tm * const, char *, const c
 #define IN_ALL  3\r
 \r
 size_t\r
-EFIAPI\r
 strftime(\r
   char            * __restrict  s,\r
   size_t                        maxsize,\r
@@ -128,7 +127,6 @@ strftime(
 }\r
 \r
 static char *\r
-EFIAPI\r
 _fmt(\r
   const char      *       format,\r
   const struct tm * const t,\r
@@ -574,7 +572,6 @@ label:
 }\r
 \r
 static char *\r
-EFIAPI\r
 _conv(\r
   const int             n,\r
   const char  * const   format,\r
@@ -589,7 +586,6 @@ _conv(
 }\r
 \r
 static char *\r
-EFIAPI\r
 _add(\r
   const char  *       str,\r
   char        *       pt,\r