src/pylib/pyconfig/os

Source   Edit  

Lets

AT_REMOVEDIR {.importc, header: "<fcntl.h>".}: cint
Source   Edit  

Consts

DEFAULT_DIR_FD = -100
Source   Edit  
HAVE_FTRUNCATE = true
Source   Edit  
HAVE_OPENAT = true
Source   Edit  
HAVEfdopendir = true
Source   Edit  
HAVEuname = true
Source   Edit  
HAVEunlinkat = true
Source   Edit  

Procs

proc unlinkat(dir_fd: cint; path: cstring; flag: cint): cint {.importc,
    header: "<unistd.h>", ...raises: [], tags: [], forbids: [].}
Source   Edit