Magellan Linux

Diff of /trunk/mkinitrd-magellan/klibc/usr/dash/system.h

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

revision 1121 by niro, Sat Sep 1 22:45:15 2007 UTC revision 1122 by niro, Wed Aug 18 21:11:40 2010 UTC
# Line 89  static inline int killpg(pid_t pid, int Line 89  static inline int killpg(pid_t pid, int
89  #define _SC_CLK_TCK 2  #define _SC_CLK_TCK 2
90  long sysconf(int) __attribute__((__noreturn__));  long sysconf(int) __attribute__((__noreturn__));
91  #endif  #endif
92    
93    /*
94     * A trick to suppress uninitialized variable warning without generating any
95     * code
96     */
97    #define uninitialized_var(x) x = x

Legend:
Removed from v.1121  
changed lines
  Added in v.1122