date and time created 90/06/25 14:07:13 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 26 Jun 1990 05:07:13 +0000 (21:07 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 26 Jun 1990 05:07:13 +0000 (21:07 -0800)
SCCS-vsn: usr.bin/f77/libU77/test/serrno_.c 5.1

usr/src/usr.bin/f77/libU77/test/serrno_.c [new file with mode: 0644]

diff --git a/usr/src/usr.bin/f77/libU77/test/serrno_.c b/usr/src/usr.bin/f77/libU77/test/serrno_.c
new file mode 100644 (file)
index 0000000..1230f93
--- /dev/null
@@ -0,0 +1,4 @@
+extern int errno;
+serrno_(n)
+long *n;
+{      errno = *n; }