C++ keyword cleanliness, mostly auto-generated
[deliverable/binutils-gdb.git] / gdb / common / filestuff.h
index f44f3b18484cfc13226bdc4324843572bc1b2ff8..98522a68de912a2c56b1d563a2818aa548af2566 100644 (file)
@@ -54,13 +54,13 @@ extern FILE *gdb_fopen_cloexec (const char *filename, const char *opentype);
 /* Like 'socketpair', but ensures that the returned file descriptors
    have the close-on-exec flag set.  */
 
-extern int gdb_socketpair_cloexec (int namespace, int style, int protocol,
+extern int gdb_socketpair_cloexec (int domain, int style, int protocol,
                                   int filedes[2]);
 
 /* Like 'socket', but ensures that the returned file descriptor has
    the close-on-exec flag set.  */
 
-extern int gdb_socket_cloexec (int namespace, int style, int protocol);
+extern int gdb_socket_cloexec (int domain, int style, int protocol);
 
 /* Like 'pipe', but ensures that the returned file descriptors have
    the close-on-exec flag set.  */
This page took 0.024955 seconds and 4 git commands to generate.