~vcs-imports/eglibc/trunk

« back to all changes in this revision

Viewing changes to libc/sysdeps/unix/sysv/linux/ifaddrs.c

  • Committer: joseph
  • Date: 2013-09-05 22:41:05 UTC
  • Revision ID: svn-v4:7b3dc134-2b1b-0410-93df-9e9f96275f8d:trunk:23928
Merge changes between r23795 and r23927 from /fsf/trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
301
301
        return i;
302
302
    }
303
303
 
304
 
  /* This means interfaces changed inbetween the reading of the
 
304
  /* This means interfaces changed between the reading of the
305
305
     RTM_GETLINK and RTM_GETADDR information.  We have to repeat
306
306
     everything.  */
307
307
  return -1;