File: solaris.h

package info (click to toggle)
ctfutils 10.3~svn297264-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 3,492 kB
  • sloc: ansic: 60,377; makefile: 225
file content (14 lines) | stat: -rw-r--r-- 271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* $FreeBSD: releng/10.3/cddl/compat/opensolaris/include/solaris.h 219089 2011-02-27 19:41:40Z pjd $ */

#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_ */