Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/include/libbb.h

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

revision 1178 by niro, Wed Aug 18 21:56:57 2010 UTC revision 1179 by niro, Wed Dec 15 21:33:41 2010 UTC
# Line 417  int xopen3(const char *pathname, int fla Line 417  int xopen3(const char *pathname, int fla
417  int open_or_warn(const char *pathname, int flags) FAST_FUNC;  int open_or_warn(const char *pathname, int flags) FAST_FUNC;
418  int open3_or_warn(const char *pathname, int flags, int mode) FAST_FUNC;  int open3_or_warn(const char *pathname, int flags, int mode) FAST_FUNC;
419  int open_or_warn_stdin(const char *pathname) FAST_FUNC;  int open_or_warn_stdin(const char *pathname) FAST_FUNC;
420    int xopen_stdin(const char *pathname) FAST_FUNC;
421  void xrename(const char *oldpath, const char *newpath) FAST_FUNC;  void xrename(const char *oldpath, const char *newpath) FAST_FUNC;
422  int rename_or_warn(const char *oldpath, const char *newpath) FAST_FUNC;  int rename_or_warn(const char *oldpath, const char *newpath) FAST_FUNC;
423  off_t xlseek(int fd, off_t offset, int whence) FAST_FUNC;  off_t xlseek(int fd, off_t offset, int whence) FAST_FUNC;

Legend:
Removed from v.1178  
changed lines
  Added in v.1179