File: solaris.h

package info (click to toggle)
ctfutils 9.2-5.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,380 kB
  • ctags: 7,044
  • sloc: ansic: 59,202; makefile: 218
file content (14 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* $FreeBSD$ */

#ifndef	_SOLARIS_H_
#define	_SOLARIS_H_

#include <sys/ccompile.h>

#include <fcntl.h>

#define	NOTE(s)

int mkdirp(const char *, mode_t);

#endif	/* !_SOLARIS_H_ */