summaryrefslogtreecommitdiff
path: root/lib/auto/POSIX/offsetof.al
diff options
context:
space:
mode:
Diffstat (limited to 'lib/auto/POSIX/offsetof.al')
-rw-r--r--lib/auto/POSIX/offsetof.al8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/auto/POSIX/offsetof.al b/lib/auto/POSIX/offsetof.al
new file mode 100644
index 0000000000..fb5ecfb819
--- /dev/null
+++ b/lib/auto/POSIX/offsetof.al
@@ -0,0 +1,8 @@
+# NOTE: Derived from POSIX.pm. Changes made here will be lost.
+package POSIX;
+
+sub offsetof {
+ unimpl "offsetof() is C-specific, stopped", caller;
+}
+
+1;