]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/Uefi/SysCalls.c
StdLib: Improve robustness of stat() and make basename() a public function.
[mirror_edk2.git] / StdLib / LibC / Uefi / SysCalls.c
index d52249b58b7785d47ce7e70bdf98f20d75445062..b5079e2c3a0d2e4dcd76314b6d47383bcc077fc6 100644 (file)
@@ -923,7 +923,7 @@ fstat (int fd, struct stat *statbuf)
                   identify the error.\r
 **/\r
 int\r
-stat   (const char *path, void *statbuf)\r
+stat   (const char *path, struct stat *statbuf)\r
 {\r
   int                 fd;\r
   int                 retval  = -1;\r