blob: 0273e05b2d2829b062964aba85d32f31da226f58 (
plain)
1
2
3
4
5
6
7
8
9
10
|
$OpenBSD: README,v 1.1 1997/06/03 14:28:16 kstailey Exp $ -*- text -*-
Notes on Adding a System Call
You must always commit syscalls.master before rebuilding the files, then
commit them separately so that the correct RCS stuff shows up in the
generated files.
Don't forget to increment the minor number of src/lib/libc/shlib_version
when one adds a syscall.
|