aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authormax99x <max99x@gmail.com>2011-06-24 04:15:28 +0300
committermax99x <max99x@gmail.com>2011-06-24 04:15:28 +0300
commit9d0ea81c35d7194d3a36c9ed4012b073d8b33ea5 (patch)
treeb06163396404cff4abd20ac70c273522c4797597 /AUTHORS
parentb8d759637abaa722c5f0e013dd0b45039cecdefe (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--AUTHORS2
1 files changed, 1 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 24757d07..c897aae1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>