]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/Include/sys/types.h
StdLib: Add isDirSep character classification macro and function. Implement several...
[mirror_edk2.git] / StdLib / Include / sys / types.h
index 408d74391a9623d2f0db71eca0592f4ab8acc9f8..54ae00836f686b94c51c71ca1d46f0850162e16c 100644 (file)
@@ -238,7 +238,7 @@ typedef int64_t   dtime_t;  /* on-disk time_t */
 #endif\r
 \r
 #if   defined(_BSD_CLOCK_T_) && defined(_EFI_CLOCK_T)\r
-  typedef _BSD_CLOCK_T_     clock_t;\r
+  typedef _EFI_CLOCK_T      clock_t;\r
   #undef  _BSD_CLOCK_T_\r
   #undef  _EFI_CLOCK_T\r
 #endif\r
@@ -256,7 +256,7 @@ typedef int64_t   dtime_t;  /* on-disk time_t */
 #endif\r
 \r
 #if   defined(_BSD_TIME_T_) && defined(_EFI_TIME_T)\r
-  typedef _BSD_TIME_T_    time_t;\r
+  typedef _EFI_TIME_T     time_t;\r
   #undef  _BSD_TIME_T_\r
   #undef  _EFI_TIME_T\r
 #endif\r