~ubuntu-branches/ubuntu/saucy/nspr/saucy-updates

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/include/md/_unixos.h

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-08-10 11:34:26 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090810113426-3uv4diflrkcbdimm
Tags: 4.8-0ubuntu1
* New upstream release: 4.8 (LP: #387812)
* adjust patches to changed upstreanm codebase
  - update debian/patches/99_configure.patch
* update shlibs symbols to include new API elements
  - update debian/libnspr4-0d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
#define PR_DIRECTORY_SEPARATOR_STR      "/"
93
93
#define PR_PATH_SEPARATOR               ':'
94
94
#define PR_PATH_SEPARATOR_STR           ":"
95
 
#define GCPTR
96
95
typedef int (*FARPROC)();
97
96
 
98
97
/*
617
616
 
618
617
typedef PRIntn (*_MD_Fstat64)(PRIntn osfd, _MDStat64 *buf);
619
618
typedef PRIntn (*_MD_Open64)(const char *path, int oflag, ...);
620
 
#if defined(VMS)
621
 
typedef PRIntn (*_MD_Stat64)(const char *path, _MDStat64 *buf, ...);
622
 
#else
623
619
typedef PRIntn (*_MD_Stat64)(const char *path, _MDStat64 *buf);
624
 
#endif
625
620
typedef _MDOff64_t (*_MD_Lseek64)(PRIntn osfd, _MDOff64_t, PRIntn whence);
626
621
typedef void* (*_MD_Mmap64)(
627
622
    void *addr, PRSize len, PRIntn prot, PRIntn flags,