Lichen

lib/posix/conf.py

843:d305986d05c8
2018-07-05 Paul Boddie Employed sets for attributes and providers referenced by accesses. This causes various attributes to be identified definitively in the access plans and instruction sequences.
     1 #!/usr/bin/env python     2      3 def confstr(name): pass     4 def pathconf(path, name): pass     5 def strerror(code): pass     6 def sysconf(name): pass     7      8 # vim: tabstop=4 expandtab shiftwidth=4