Commit 6ee36e99a66bd0246a6147b72e6f84673b3d0a41

Thomas de Grivel 2018-06-29T12:10:31

sort exported symbols

diff --git a/package.lisp b/package.lisp
index 75d82c0..6f81794 100644
--- a/package.lisp
+++ b/package.lisp
@@ -27,21 +27,25 @@
   (:shadow
    #:mod)
   (:export
-   #:create
-   #:with
-   #:ctl
-   #:add
-   #:mod
-   #:del
-   #:wait
    #:+ctl-add+
-   #:+ctl-mod+
    #:+ctl-del+
+   #:+ctl-mod+
+   #:+err+
+   #:+et+
+   #:+exclusive+
+   #:+hup+
    #:+in+
    #:+out+
-   #:+rdhup+
    #:+pri+
-   #:+err+
-   #:+hup+
-   #:+et+
-   #:+exclusive+))
+   #:+rdhup+
+   #:add
+   #:c-epoll-create
+   #:c-epoll-ctl
+   #:c-epoll-wait
+   #:create
+   #:ctl
+   #:del
+   #:mod
+   #:wait
+   #:with
+   ))