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

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/tests/stack.c

  • 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:
83
83
PRFileDesc  *output;
84
84
PRFileDesc  *errhandle;
85
85
 
86
 
PRIntn main(PRIntn argc, char **argv)
 
86
int main(int argc, char **argv)
87
87
{
 
88
#if !(defined(SYMBIAN) && defined(__WINS__))
88
89
    PRInt32 rv, cnt, sum;
89
90
        DataRecord      *Item;
90
91
        PRStack         *list1, *list2;
234
235
                                                                SUM_OF_NUMBERS(data_cnt * thread_cnt));
235
236
                return 2;
236
237
        }
 
238
#endif
237
239
}
238
240
 
239
241
static void stackop(void *thread_arg)