diff options
author | max99x <max99x@gmail.com> | 2011-06-24 04:15:28 +0300 |
---|---|---|
committer | max99x <max99x@gmail.com> | 2011-06-24 04:15:28 +0300 |
commit | 9d0ea81c35d7194d3a36c9ed4012b073d8b33ea5 (patch) | |
tree | b06163396404cff4abd20ac70c273522c4797597 /AUTHORS | |
parent | b8d759637abaa722c5f0e013dd0b45039cecdefe (diff) |
Added some libc I/O stubs to get Python module importing to work:
* fdopen: no-op.
* __01lseek64_: linked tp fseek.
* __01open64_: calls open() with swapped args.
* unlink: no-op.
* __01fstat64_: linked to fstat.
Added myself to AUTHORS.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ under the licensing terms detailed in LICENSE. * Alon Zakai <alonzakai@gmail.com> (copyright owned by Mozilla Foundation) * Tim Dawborn <tim.dawborn@gmail.com> - +* Max Shawabkeh <max99x@gmail.com> |