Commit 733aa343fcde9d3a101dc37fe49a5b31820d4a11

Thomas de Grivel 2017-05-21T17:07:05

Add package nickname :errno

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/package.lisp b/package.lisp
index 7338f77..e310a1b 100644
--- a/package.lisp
+++ b/package.lisp
@@ -2,6 +2,7 @@
 (in-package :common-lisp)
 
 (defpackage :cffi-errno
+  (:nicknames :errno)
   (:use :common-lisp :cffi)
   (:export
    #:errno