X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fos-common.c;h=d5c2d14da37ceece16042e9fc7ddf37c95187527;hb=f0f3805c145f2699701997761e2c6f55c475c192;hp=f57b6439d8b70b379155c24c12385431d1b27e75;hpb=140ee89d7fda85ad1c1d7273425f23f54855f0ec;p=sbcl.git diff --git a/src/runtime/os-common.c b/src/runtime/os-common.c index f57b643..d5c2d14 100644 --- a/src/runtime/os-common.c +++ b/src/runtime/os-common.c @@ -168,8 +168,6 @@ static inline lispobj cdr(lispobj conscell) return FOLLOW(conscell,LIST_POINTER,cons).cdr; } -extern void undefined_alien_function(); /* see interrupt.c */ - #ifndef LISP_FEATURE_WIN32 void * os_dlsym_default(char *name)