I kept it around briefly so epoll could compile. Rebuild glibc.
Signed-off-by: Barret Rhoden <[email protected]> --- tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/Versions | 1 - .../gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/plan9_sockets.c | 6 ------ 2 files changed, 7 deletions(-) diff --git a/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/Versions b/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/Versions index 03a8fa2507a8..899cfe889e85 100644 --- a/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/Versions +++ b/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/Versions @@ -50,7 +50,6 @@ libc { register_close_cb; - _sock_get_listen_fd; _sock_lookup_listen_fd; eventfd; diff --git a/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/plan9_sockets.c b/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/plan9_sockets.c index 3729c6dd9527..35d2f7210187 100644 --- a/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/plan9_sockets.c +++ b/tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/plan9_sockets.c @@ -293,12 +293,6 @@ int _sock_get_opts(int type) return type & (SOCK_NONBLOCK | SOCK_CLOEXEC); } -/* Temp dummy, for compilation */ -int _sock_get_listen_fd(int sock_fd) -{ - return -1; -} - /* Opens the FD for "listen", and attaches it to the Rock. When the dfd (and * thus the Rock) closes, we'll close the listen file too. Returns the FD on * success, -1 on error. */ -- 2.6.0.rc2.230.g3dd15c0 -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
