diff options
Diffstat (limited to 'lib/auto/POSIX/strcoll.al')
-rw-r--r-- | lib/auto/POSIX/strcoll.al | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/auto/POSIX/strcoll.al b/lib/auto/POSIX/strcoll.al deleted file mode 100644 index a904097e3f..0000000000 --- a/lib/auto/POSIX/strcoll.al +++ /dev/null @@ -1,9 +0,0 @@ -# NOTE: Derived from POSIX.pm. Changes made here will be lost. -package POSIX; - -sub strcoll { - unimpl "strcoll(xxx)", caller if @_ != 123; - strcoll($_[0]); -} - -1; |