~ubuntu-branches/ubuntu/quantal/uclibc/quantal

« back to all changes in this revision

Viewing changes to libc/stdlib/jrand48.c

  • Committer: Bazaar Package Importer
  • Author(s): Hector Oron
  • Date: 2011-06-11 03:06:20 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110611030620-ywjfvyuqvrpsm282
Tags: 0.9.32-1
* New upstream release
* Add myself as maintainer
* Bump standards version 
* Add Vcs-Git, Vcs-Browser and Homepage fields
* Add watch file 

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include <stdlib.h>
21
21
 
22
 
libc_hidden_proto(jrand48_r)
23
 
 
24
 
/* Global state for non-reentrant functions.  Defined in drand48-iter.c.  */
25
 
extern struct drand48_data __libc_drand48_data attribute_hidden;
26
 
 
27
22
long int jrand48 (unsigned short int xsubi[3])
28
23
{
29
24
    long int result;