File: HsUnixCompat.h

package info (click to toggle)
haskell-unix-compat 0.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: ansic: 419; haskell: 334; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#include "HsUnixConfig.h"
#include <sys/types.h>

unsigned int unix_major(dev_t dev);
unsigned int unix_minor(dev_t dev);
dev_t unix_makedev(unsigned int maj, unsigned int min);

#define NEED_setSymbolicLinkOwnerAndGroup !HAVE_LCHOWN