chiark / gitweb /
[PATCH] fix klibc's broken strlcpy/strlcat
[elogind.git] / klibc / klibc / atexit.h
index a60d641e233d258b91d5e92bbfed788fd2cd118a..792141def598d9fe896da1f3bf13117e7d606fc6 100644 (file)
@@ -13,7 +13,5 @@ struct atexit {
   struct atexit *next;
 };
 
-extern struct atexit *__atexit_list;
-
 #endif /* ATEXIT_H */