Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/include/stdlib.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 814 by niro, Sat Sep 1 22:45:15 2007 UTC revision 815 by niro, Fri Apr 24 18:32:46 2009 UTC
# Line 84  static __inline__ void srandom(unsigned Line 84  static __inline__ void srandom(unsigned
84  __extern int unlockpt(int);  __extern int unlockpt(int);
85  __extern char *ptsname(int);  __extern char *ptsname(int);
86  __extern int getpt(void);  __extern int getpt(void);
87    __extern int posix_openpt(int);
88    
89  static __inline__ int grantpt(int __fd)  static __inline__ int grantpt(int __fd)
90  {  {

Legend:
Removed from v.814  
changed lines
  Added in v.815