Chromium Code Reviews| Index: src/platform-nullos.cc |
| =================================================================== |
| --- src/platform-nullos.cc (revision 5262) |
| +++ src/platform-nullos.cc (working copy) |
| @@ -100,6 +100,12 @@ |
| } |
| +int OS::GetLastError() { |
| + UNIMPLEMENTED(); |
| + return 0; |
| +} |
| + |
| + |
| // Returns the local time offset in milliseconds east of UTC without |
| // taking daylight savings time into account. |
| double OS::LocalTimeOffset() { |