Difference between revisions of "Template:RenamedSyscall"
From WikiPrizm
Jump to navigationJump to searchLine 3: | Line 3: | ||
| old = Serial_ReadNBytes | | old = Serial_ReadNBytes | ||
| new = Serial_Read | | new = Serial_Read | ||
− | }}</nowiki></noinclude><includeonly>#REDIRECT [[{{{new}}}]] | + | }}</nowiki></noinclude> |
+ | <includeonly> | ||
+ | #REDIRECT [[{{{new}}}]] | ||
{{DISPLAYTITLE:{{{old}}}}} | {{DISPLAYTITLE:{{{old}}}}} | ||
[[Category:Syscalls]] | [[Category:Syscalls]] | ||
[[Category:Renamed Syscalls]]</includeonly> | [[Category:Renamed Syscalls]]</includeonly> |
Revision as of 12:29, 18 May 2012
Use this template for syscalls that have been renamed in libfxcg. Just pass in the old name and the new name:
{{renamedsyscall | old = Serial_ReadNBytes | new = Serial_Read }}