summaryrefslogtreecommitdiff
path: root/src/Fl_System_Driver.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_System_Driver.H')
-rw-r--r--src/Fl_System_Driver.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_System_Driver.H b/src/Fl_System_Driver.H
index d008f6a26..b342fcb29 100644
--- a/src/Fl_System_Driver.H
+++ b/src/Fl_System_Driver.H
@@ -112,7 +112,7 @@ public:
virtual int execvp(const char * /*file*/, char *const * /*argv*/) {return -1;}
virtual int chmod(const char* /*f*/, int /*mode*/) {return -1;}
virtual int access(const char* /*f*/, int /*mode*/) { return -1;}
- virtual int stat(const char* /*f*/, struct stat *) { return -1;}
+ virtual int flstat(const char* /*f*/, struct stat *) { return -1;}
virtual char *getcwd(char* /*b*/, int /*l*/) {return NULL;}
virtual int chdir(const char*) {return -1;}
virtual int unlink(const char*) {return -1;}