SILC_IS_FD_STREAM and SILC_IS_SOCKET_STREAM now checks for NULL stream.
[runtime.git] / scripts / cleanprof
1 # Clean -fprofile-arcs files
2 #!/bin/sh
3
4 find . -name \*\.gc?? -type f -print | xargs rm -f