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

Unified Diff: sysdeps/nacl/irt_syscalls.h

Issue 200463002: Fix some style issues in sysdeps/nacl/irt_syscalls.* (Closed) Base URL: https://git.chromium.org/git/native_client/nacl-glibc@master
Patch Set: Created 6 years, 9 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 | « no previous file | sysdeps/nacl/irt_syscalls.c » ('j') | sysdeps/nacl/irt_syscalls.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sysdeps/nacl/irt_syscalls.h
diff --git a/sysdeps/nacl/irt_syscalls.h b/sysdeps/nacl/irt_syscalls.h
index 9ea8d37930cd2a1c9924873efadd5a801fdb10db..072c828276346c1897055834e6d0f96f6aeca4e3 100644
--- a/sysdeps/nacl/irt_syscalls.h
+++ b/sysdeps/nacl/irt_syscalls.h
@@ -76,7 +76,7 @@ extern int (*__nacl_irt_select) (int nfds, fd_set *readfds,
const struct timeval *timeout, int *count);
extern int (*__nacl_irt_pselect) (int nfds, fd_set *readfds,
fd_set *writefds, fd_set *exceptfds, const struct timeval *timeout,
- void* sigmask, int *count);
+ void* sigmask, int *count);
extern int (*__nacl_irt_getpeername) (int sockfd, struct sockaddr *addr,
socklen_t *addrlen);
extern int (*__nacl_irt_getsockname) (int sockfd, struct sockaddr *addr,
« no previous file with comments | « no previous file | sysdeps/nacl/irt_syscalls.c » ('j') | sysdeps/nacl/irt_syscalls.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698