Ignore:
Timestamp:
Jun 13, 2005, 11:51:56 PM (20 years ago)
Author:
bird
Message:

o Replaced mktemp and mkstemp with BSD versions. Also adding

mkstemps, mkdtemp, arc4random, arc4random_addrandom and
arc4random_stir.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/stdlib.h

    • Property cvs2svn:cvs-rev changed from 1.33 to 1.34
    r2028 r2029  
    241241#endif
    242242
    243 /** @todo __uint32_t
    244          arc4random(void); */
    245 /** @todo void   arc4random_addrandom(unsigned char *dat, int datlen); */
    246 /** @todo void   arc4random_stir(void); */
     243__uint32_t
     244         arc4random(void);
     245void     arc4random_addrandom(unsigned char *dat, int datlen);
     246void     arc4random_stir(void);
    247247char    *getbsize(int *, long *);
    248248                                        /* getcap(3) functions */
Note: See TracChangeset for help on using the changeset viewer.