Browse Source

* added alias for statsfs

git-svn-id: trunk@17037 -
marco 14 years ago
parent
commit
d9773a2ee0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/unix/aliasptp.inc

+ 1 - 0
rtl/unix/aliasptp.inc

@@ -74,6 +74,7 @@ type
     pthread_t         = UnixType.pthread_t;
 
     tstatfs  = UnixType.TStatFs;
+    pstatfs  = UnixType.PStatFs;
 
 CONST
     ARG_MAX       = UnixType.ARG_MAX;