Rudiments
shmfile.h
1 // Copyright (c) 2004 David Muse
2 // See the COPYING file for more information
3 
4  private:
5  virtual int32_t openInternal(const char *name, int32_t flags);
6  virtual int32_t openInternal(const char *name,
7  int32_t flags, mode_t perms);
8  shmfileprivate *pvt;