Loading...
--- Libc/Libc-763.11/string/FreeBSD/strtok.3.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- strtok.3.bsdnew 2009-11-18 18:24:37.000000000 -0800
-+++ strtok.3 2009-11-18 18:24:37.000000000 -0800
-@@ -55,9 +55,16 @@
- .Sh SYNOPSIS
- .In string.h
- .Ft char *
--.Fn strtok "char *str" "const char *sep"
-+.Fo strtok
-+.Fa "char *restrict str"
-+.Fa "const char *restrict sep"
-+.Fc
- .Ft char *
--.Fn strtok_r "char *str" "const char *sep" "char **last"
-+.Fo strtok_r
-+.Fa "char *restrict str"
-+.Fa "const char *restrict sep"
-+.Fa "char **restrict lasts"
-+.Fc
- .Sh DESCRIPTION
- .Bf -symbolic
- This interface is obsoleted by