]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/Include/sys/EfiSysCall.h
Add Socket Libraries.
[mirror_edk2.git] / StdLib / Include / sys / EfiSysCall.h
index 7b299108e6e7ff616068874694f29c91bc752535..a49eeda1fced66e7f04c5e9cefe785fd0b594d05 100644 (file)
@@ -75,7 +75,7 @@ int       isatty    (int);
   int     fstat     (int, struct stat *);\r
   int     lstat     (const char *, struct stat *);\r
   int     stat      (const char *, void *);\r
-//  int      chmod     (const char *, mode_t);\r
+  int     chmod     (const char *, mode_t);\r
 #endif  // __STAT_SYSCALLS_DECLARED\r
 \r
 // These are also declared in sys/types.h\r
@@ -110,10 +110,11 @@ int       FindFreeFD  (int MinFd);
 */\r
 BOOLEAN   ValidateFD (int fd, int IsOpen);\r
 \r
+char     *getcwd    (char *, size_t);\r
+int       chdir     (const char *);\r
+\r
 /* These system calls don't YET have EFI implementations. */\r
 int       access    (const char *path, int amode);\r
-int       chdir     (const char *);\r
-char     *getcwd    (char *, size_t);\r
 int       reboot    (int, char *);\r
 \r
 __END_DECLS\r