packages feed

huckleberry-0.10.0.0: include/hs_fcntl.h

#ifndef HS_FCNTL_H
#define HS_FCNTL_H

int o_rdonly();
int o_wronly();
int o_rdwr();

#endif