]> git.llucax.com Git - software/druntime.git/commitdiff
Fixed 64-bit prototype for dirent_r routine.
authorsean <sean@4a9d5153-6564-4b3f-b5e1-7e8e9dac548f>
Wed, 29 Oct 2008 21:22:29 +0000 (21:22 +0000)
committersean <sean@4a9d5153-6564-4b3f-b5e1-7e8e9dac548f>
Wed, 29 Oct 2008 21:22:29 +0000 (21:22 +0000)
git-svn-id: http://svn.dsource.org/projects/druntime/trunk@40 4a9d5153-6564-4b3f-b5e1-7e8e9dac548f

import/core/sys/posix/dirent.d

index c4749236041fd32e35444600a41dc451b9f647b6..66c1f1403f11758b86fc43ff508d0b0912bfec54 100644 (file)
@@ -166,8 +166,8 @@ version( linux )
 {
   static if( __USE_LARGEFILE64 )
   {
 {
   static if( __USE_LARGEFILE64 )
   {
-    int   readdir_r64(DIR*, dirent*, dirent**);
-    alias readdir_r64 readdir_r;
+    int   readdir64_r(DIR*, dirent*, dirent**);
+    alias readdir64_r readdir_r;
   }
   else
   {
   }
   else
   {