Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1634)

Unified Diff: sysdeps/unix/sysv/linux/ifaddrs.c

Issue 10134022: fix tests and return new syscalls back (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: fixed description Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sysdeps/unix/make-syscalls.sh ('k') | sysdeps/unix/sysv/linux/sys/syscall.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sysdeps/unix/sysv/linux/ifaddrs.c
diff --git a/sysdeps/unix/sysv/linux/ifaddrs.c b/sysdeps/unix/sysv/linux/ifaddrs.c
index 150ec8a9b02a7021d57f2d615c43365fb334d3b6..f36e7c508e60dda4ca765288528690d9dca110f2 100644
--- a/sysdeps/unix/sysv/linux/ifaddrs.c
+++ b/sysdeps/unix/sysv/linux/ifaddrs.c
@@ -143,7 +143,6 @@ __netlink_request (struct netlink_handle *h, int type)
struct nlmsghdr *nlmh;
ssize_t read_len;
bool done = false;
-
#ifdef PAGE_SIZE
/* Help the compiler optimize out the malloc call if PAGE_SIZE
is constant and smaller or equal to PTHREAD_STACK_MIN/4. */
@@ -819,7 +818,6 @@ getifaddrs (struct ifaddrs **ifap)
}
*ifap = &ifas[0].ifa;
-
exit_free:
__netlink_free_handle (&nh);
__netlink_close (&nh);
« no previous file with comments | « sysdeps/unix/make-syscalls.sh ('k') | sysdeps/unix/sysv/linux/sys/syscall.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698