Remove unused hook puts_unlocked().

This function doesn't exist (yet).
This commit is contained in:
Simon Ruderich
2013-06-07 02:06:57 +02:00
parent 06f483dbee
commit bcd5f79080

View File

@@ -225,8 +225,6 @@ HOOK_FILE2(int, putc_unlocked, stream,
int, c, FILE *, stream)
HOOK_FILE1(int, putchar_unlocked, stdout,
int, c)
HOOK_FILE1(int, puts_unlocked, stdout,
char const *, s)
/* perror(3) */
HOOK_VOID1(void, perror, STDERR_FILENO,