mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-26 16:50:51 -04:00
Make the Windows pause.exe have the same -v flag as the Linux pause binary. _stricmp is documented here: https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/strcmp-wcscmp-mbscmp?view=msvc-170 The VERSION definition is passed on compile time for both OSes in the Makefile via CFLAGS: $(TRIPLE)-gcc $(CFLAGS) -o $@ $^ && \ Add 3.10 version entry in the changelog. |
||
|---|---|---|
| .. | ||
| wincat | ||
| pause.c | ||