You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
433 B

  1. diff --git i/lib/posix/init.lua w/lib/posix/init.lua
  2. index c17693a..d4db923 100644
  3. --- i/lib/posix/init.lua
  4. +++ w/lib/posix/init.lua
  5. @@ -325,14 +325,6 @@ do
  6. end
  7. end
  8. end
  9. -
  10. - -- Inject deprecated APIs (overwriting submodules) for backwards compatibility.
  11. - for k, v in next, require 'posix.deprecated' do
  12. - M[k] = v
  13. - end
  14. - for k, v in next, require 'posix.compat' do
  15. - M[k] = v
  16. - end
  17. end