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

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/include/obsolete/probslet.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:
169
169
NSPR_API(PRInt32) PR_SetSysfdTableSize(PRIntn table_size);
170
170
 
171
171
#ifndef NO_NSPR_10_SUPPORT
172
 
#ifdef XP_MAC
173
 
#include <stat.h>
174
 
#else
175
172
#include <sys/stat.h>
176
 
#endif
177
173
 
178
174
NSPR_API(PRInt32) PR_Stat(const char *path, struct stat *buf);
179
175
#endif /* NO_NSPR_10_SUPPORT */